fix: bump openapi docs to include FunctionDefinition.id

This commit is contained in:
drbh 2025-03-14 14:33:49 +00:00
parent af78f46c3d
commit 042a6bc365

View File

@ -1520,6 +1520,10 @@
"type": "string",
"nullable": true
},
"id": {
"type": "string",
"nullable": true
},
"name": {
"type": "string"
}
@ -1883,6 +1887,11 @@
"role": {
"type": "string",
"example": "user"
},
"tool_call_id": {
"type": "string",
"example": "10",
"nullable": true
}
}
}