This commit is contained in:
Matthew Zeng
2026-03-05 21:52:07 -08:00
parent db979dc5de
commit 84f66b3309
57 changed files with 4732 additions and 225 deletions

View File

@@ -3290,6 +3290,7 @@
"oneOf": [
{
"properties": {
"_meta": true,
"message": {
"type": "string"
},
@@ -3310,6 +3311,7 @@
},
{
"properties": {
"_meta": true,
"elicitation_id": {
"type": "string"
},
@@ -4787,6 +4789,13 @@
"server_name": {
"type": "string"
},
"turn_id": {
"description": "Turn ID that this elicitation belongs to, when known.",
"type": [
"string",
"null"
]
},
"type": {
"enum": [
"elicitation_request"