Initial codex telegram bot source
This commit is contained in:
22
schemas/v2/McpServerToolCallResponse.json
Normal file
22
schemas/v2/McpServerToolCallResponse.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "McpServerToolCallResponse",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"content"
|
||||
],
|
||||
"properties": {
|
||||
"_meta": true,
|
||||
"content": {
|
||||
"type": "array",
|
||||
"items": true
|
||||
},
|
||||
"isError": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"structuredContent": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user