{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"arguments": {
"additionalProperties": true,
"type": "object"
},
"preview": {
"type": "string"
},
"requestId": {
"type": "string"
},
"threadId": {
"type": "string"
},
"toolCallId": {
"type": "string"
},
"toolName": {
"type": "string"
},
"turnId": {
"type": "string"
}
},
"required": [
"requestId",
"threadId",
"turnId",
"toolCallId",
"toolName",
"preview",
"arguments"
],
"title": "ApprovalRequestParams",
"type": "object"
}