fix: rerun update docs

This commit is contained in:
drbh 2025-02-19 03:12:08 +00:00
parent bddcf9be6c
commit 56f2d66828

View File

@ -1993,17 +1993,7 @@
"type": "null" "type": "null"
}, },
{ {
"oneOf": [ "$ref": "#/components/schemas/MessageContent"
{
"type": "string"
},
{
"type": "array",
"items": {
"$ref": "#/components/schemas/MessageChunk"
}
}
]
} }
] ]
}, },
@ -2025,8 +2015,7 @@
], ],
"items": { "items": {
"$ref": "#/components/schemas/ToolCall" "$ref": "#/components/schemas/ToolCall"
}, }
"example": "null"
} }
} }
}, },