Update custom_tools.py
Browse files- 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 |
|