Files
codex-telegram-bot/schemas/v2/McpToolCallProgressNotification.json
2026-05-21 08:40:16 +00:00

25 lines
412 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "McpToolCallProgressNotification",
"type": "object",
"required": [
"itemId",
"message",
"threadId",
"turnId"
],
"properties": {
"itemId": {
"type": "string"
},
"message": {
"type": "string"
},
"threadId": {
"type": "string"
},
"turnId": {
"type": "string"
}
}
}