fix: openapi spec gen

Summary:

Test Plan:
This commit is contained in:
Eric Huang 2025-03-12 21:49:38 -07:00
parent d263edbf90
commit 4f0a4aab91
2 changed files with 0 additions and 36 deletions

View file

@ -4654,22 +4654,12 @@
"CompletionResponse": {
"type": "object",
"properties": {
<<<<<<< dest: ed6caead724a - ehhuang: chore: simplify _get_tool_defs (#1384)
"metrics": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MetricInResponse"
}
},
||||||| base: 1311faf3f5e7 - ehhuang: fix: logging (#1598)
=======
"metrics": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MetricEvent"
}
},
>>>>>>> source: ad32270ad0d5 - erichuang: feat(api): remove tool_name from To...
"content": {
"type": "string",
"description": "The generated completion text"
@ -5037,22 +5027,12 @@
"CompletionResponseStreamChunk": {
"type": "object",
"properties": {
<<<<<<< dest: ed6caead724a - ehhuang: chore: simplify _get_tool_defs (#1384)
"metrics": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MetricInResponse"
}
},
||||||| base: 1311faf3f5e7 - ehhuang: fix: logging (#1598)
=======
"metrics": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MetricEvent"
}
},
>>>>>>> source: ad32270ad0d5 - erichuang: feat(api): remove tool_name from To...
"delta": {
"type": "string",
"description": "New content generated since last chunk. This can be one or more tokens."