Files
codex/codex-rs/app-server-json-schema/stable/DynamicToolCallResponse.json

17 lines
281 B
JSON

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