This commit is contained in:
Lance Galletti 2025-07-24 21:06:24 +02:00 committed by GitHub
commit b76d629ed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 168 additions and 0 deletions

View file

@ -5588,6 +5588,28 @@
"additionalProperties": {
"$ref": "#/components/schemas/ToolParamDefinition"
}
},
"annotations": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"read_only_hint": {
"type": "boolean"
},
"destructive_hint": {
"type": "boolean"
},
"idempotent_hint": {
"type": "boolean"
},
"open_world_hint": {
"type": "boolean"
}
},
"additionalProperties": false,
"title": "ToolAnnotations"
}
},
"additionalProperties": false,
@ -6488,6 +6510,28 @@
}
]
}
},
"annotations": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"read_only_hint": {
"type": "boolean"
},
"destructive_hint": {
"type": "boolean"
},
"idempotent_hint": {
"type": "boolean"
},
"open_world_hint": {
"type": "boolean"
}
},
"additionalProperties": false,
"title": "ToolAnnotations"
}
},
"additionalProperties": false,
@ -8502,6 +8546,28 @@
},
"description": {
"type": "string"
},
"annotations": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"read_only_hint": {
"type": "boolean"
},
"destructive_hint": {
"type": "boolean"
},
"idempotent_hint": {
"type": "boolean"
},
"open_world_hint": {
"type": "boolean"
}
},
"additionalProperties": false,
"title": "ToolAnnotations"
}
},
"additionalProperties": false,
@ -11027,6 +11093,28 @@
}
]
}
},
"annotations": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"read_only_hint": {
"type": "boolean"
},
"destructive_hint": {
"type": "boolean"
},
"idempotent_hint": {
"type": "boolean"
},
"open_world_hint": {
"type": "boolean"
}
},
"additionalProperties": false,
"title": "ToolAnnotations"
}
},
"additionalProperties": false,