Spaces:
Running
Running
Update tools/search_item_ctrl_f.py
Browse files
tools/search_item_ctrl_f.py
CHANGED
@@ -12,7 +12,7 @@ class SearchItemCtrlFTool(Tool):
|
|
12 |
"""
|
13 |
inputs = {
|
14 |
'text': {'type': 'string', 'description': 'The text to search for'},
|
15 |
-
'nth_result': {'type': 'integer', 'description': 'Which occurrence to jump to (default: 1)'}
|
16 |
}
|
17 |
output_type = "string"
|
18 |
|
|
|
12 |
"""
|
13 |
inputs = {
|
14 |
'text': {'type': 'string', 'description': 'The text to search for'},
|
15 |
+
'nth_result': {'type': 'integer', 'description': 'Which occurrence to jump to (default: 1)', 'nullable': True}
|
16 |
}
|
17 |
output_type = "string"
|
18 |
|