keynes42 commited on
Commit
5ecf056
·
verified ·
1 Parent(s): aa13977

Update custom_tools.py

Browse files
Files changed (1) hide show
  1. custom_tools.py +2 -1
custom_tools.py CHANGED
@@ -432,7 +432,8 @@ class ExtractTableFromWebpageTool(Tool):
432
  },
433
  "table_identifier": {
434
  "type": "string",
435
- "description": "The index (e.g., '0' for the first table, '1' for the second) or a text keyword from the table's caption to identify which table to extract. Defaults to '0'."
 
436
  }
437
  }
438
 
 
432
  },
433
  "table_identifier": {
434
  "type": "string",
435
+ "description": "The index (e.g., '0' for the first table, '1' for the second) or a text keyword from the table's caption to identify which table to extract. Defaults to '0'.",
436
+ "nullable": True
437
  }
438
  }
439