mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 19:34:32 +00:00
run openapi gen
This commit is contained in:
parent
6917f376e4
commit
eecef8d610
2 changed files with 21 additions and 1 deletions
10
docs/_static/llama-stack-spec.yaml
vendored
10
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -5719,9 +5719,13 @@ components:
|
|||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- trace_id
|
||||
- span_id
|
||||
- timestamp
|
||||
- type
|
||||
- metric
|
||||
- value
|
||||
- unit
|
||||
title: MetricEvent
|
||||
SpanEndPayload:
|
||||
type: object
|
||||
|
|
@ -5780,6 +5784,9 @@ components:
|
|||
$ref: '#/components/schemas/StructuredLogPayload'
|
||||
additionalProperties: false
|
||||
required:
|
||||
- trace_id
|
||||
- span_id
|
||||
- timestamp
|
||||
- type
|
||||
- payload
|
||||
title: StructuredLogEvent
|
||||
|
|
@ -5821,6 +5828,9 @@ components:
|
|||
$ref: '#/components/schemas/LogSeverity'
|
||||
additionalProperties: false
|
||||
required:
|
||||
- trace_id
|
||||
- span_id
|
||||
- timestamp
|
||||
- type
|
||||
- message
|
||||
- severity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue