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