17 lines
281 B
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"
|
||
|
|
}
|