Firoj112 commited on
Commit
3aaedbb
·
verified ·
1 Parent(s): b91e8bb

Update tools/search_item_ctrl_f.py

Browse files
Files changed (1) hide show
  1. tools/search_item_ctrl_f.py +1 -1
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