27 lines
436 B
JSON
27 lines
436 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
|
"properties": {
|
||
|
|
"arguments": true,
|
||
|
|
"callId": {
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
"threadId": {
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
"tool": {
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
"turnId": {
|
||
|
|
"type": "string"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"arguments",
|
||
|
|
"callId",
|
||
|
|
"threadId",
|
||
|
|
"tool",
|
||
|
|
"turnId"
|
||
|
|
],
|
||
|
|
"title": "DynamicToolCallParams",
|
||
|
|
"type": "object"
|
||
|
|
}
|