Ask a question to get started
Enter to sendā¢Shift+Enter new line
Set tool config properties.
google_search = watsonx_toolkit.get_tool("GoogleSearch") print(google_search.tool_config_schema) tool_config = {"maxResults": 3} google_search.set_tool_config(tool_config)
set_tool_config( self, tool_config: dict[str, Any], ) -> None