{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ResponseTool", "type": "object", "properties": { "type": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "parameters": { "type": "object" }, "strict": { "type": "boolean" }, "vector_store_ids": { "type": "array" }, "max_num_results": { "type": "integer" }, "ranking_options": { "type": "object" }, "container": { "type": "object" }, "display_width": { "type": "integer" }, "display_height": { "type": "integer" }, "environment": { "type": "string" }, "server_label": { "type": "string" }, "server_url": { "type": "string" }, "allowed_tools": { "type": "array" }, "headers": { "type": "object" } } }