{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "output": { "type": "string" }, "success": { "type": "boolean" } }, "required": [ "output", "success" ], "title": "DynamicToolCallResponse", "type": "object" }