forked from phoenix-oss/llama-stack-mirror
fix: openapi spec gen (#1602)
Summary: Test Plan: sh docs/openapi_generator/run_openapi_generator.sh
This commit is contained in:
parent
d263edbf90
commit
0a0d6cb96e
2 changed files with 0 additions and 36 deletions
20
docs/_static/llama-stack-spec.html
vendored
20
docs/_static/llama-stack-spec.html
vendored
|
@ -4654,22 +4654,12 @@
|
||||||
"CompletionResponse": {
|
"CompletionResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
<<<<<<< dest: ed6caead724a - ehhuang: chore: simplify _get_tool_defs (#1384)
|
|
||||||
"metrics": {
|
"metrics": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/MetricInResponse"
|
"$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": {
|
"content": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The generated completion text"
|
"description": "The generated completion text"
|
||||||
|
@ -5037,22 +5027,12 @@
|
||||||
"CompletionResponseStreamChunk": {
|
"CompletionResponseStreamChunk": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
<<<<<<< dest: ed6caead724a - ehhuang: chore: simplify _get_tool_defs (#1384)
|
|
||||||
"metrics": {
|
"metrics": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/MetricInResponse"
|
"$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": {
|
"delta": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "New content generated since last chunk. This can be one or more tokens."
|
"description": "New content generated since last chunk. This can be one or more tokens."
|
||||||
|
|
16
docs/_static/llama-stack-spec.yaml
vendored
16
docs/_static/llama-stack-spec.yaml
vendored
|
@ -3176,18 +3176,10 @@ components:
|
||||||
CompletionResponse:
|
CompletionResponse:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
<<<<<<< dest: ed6caead724a - ehhuang: chore: simplify _get_tool_defs (#1384)
|
|
||||||
metrics:
|
metrics:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/MetricInResponse'
|
$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:
|
content:
|
||||||
type: string
|
type: string
|
||||||
description: The generated completion text
|
description: The generated completion text
|
||||||
|
@ -3506,18 +3498,10 @@ components:
|
||||||
CompletionResponseStreamChunk:
|
CompletionResponseStreamChunk:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
<<<<<<< dest: ed6caead724a - ehhuang: chore: simplify _get_tool_defs (#1384)
|
|
||||||
metrics:
|
metrics:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/MetricInResponse'
|
$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:
|
delta:
|
||||||
type: string
|
type: string
|
||||||
description: >-
|
description: >-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue