mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:22:32 +00:00
update open api spec
This commit is contained in:
parent
c2dd0cdc78
commit
914938d3f2
2 changed files with 53 additions and 69 deletions
|
|
@ -115,6 +115,8 @@ components:
|
|||
- $ref: '#/components/schemas/ToolExecutionStep'
|
||||
- $ref: '#/components/schemas/ShieldCallStep'
|
||||
- $ref: '#/components/schemas/MemoryRetrievalStep'
|
||||
step_id:
|
||||
type: string
|
||||
step_type:
|
||||
enum:
|
||||
- inference
|
||||
|
|
@ -125,6 +127,7 @@ components:
|
|||
required:
|
||||
- event_type
|
||||
- step_type
|
||||
- step_id
|
||||
- step_details
|
||||
type: object
|
||||
AgentTurnResponseStepProgressPayload:
|
||||
|
|
@ -271,23 +274,6 @@ components:
|
|||
- dataset_id
|
||||
- rows
|
||||
type: object
|
||||
Attachment:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
content:
|
||||
oneOf:
|
||||
- type: string
|
||||
- $ref: '#/components/schemas/InterleavedContentItem'
|
||||
- items:
|
||||
$ref: '#/components/schemas/InterleavedContentItem'
|
||||
type: array
|
||||
- $ref: '#/components/schemas/URL'
|
||||
mime_type:
|
||||
type: string
|
||||
required:
|
||||
- content
|
||||
- mime_type
|
||||
type: object
|
||||
BasicScoringFnParams:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
|
|
@ -615,10 +601,6 @@ components:
|
|||
properties:
|
||||
agent_id:
|
||||
type: string
|
||||
attachments:
|
||||
items:
|
||||
$ref: '#/components/schemas/Attachment'
|
||||
type: array
|
||||
messages:
|
||||
items:
|
||||
oneOf:
|
||||
|
|
@ -2980,7 +2962,22 @@ components:
|
|||
type: array
|
||||
output_attachments:
|
||||
items:
|
||||
$ref: '#/components/schemas/Attachment'
|
||||
additionalProperties: false
|
||||
properties:
|
||||
content:
|
||||
oneOf:
|
||||
- type: string
|
||||
- $ref: '#/components/schemas/InterleavedContentItem'
|
||||
- items:
|
||||
$ref: '#/components/schemas/InterleavedContentItem'
|
||||
type: array
|
||||
- $ref: '#/components/schemas/URL'
|
||||
mime_type:
|
||||
type: string
|
||||
required:
|
||||
- content
|
||||
- mime_type
|
||||
type: object
|
||||
type: array
|
||||
output_message:
|
||||
$ref: '#/components/schemas/CompletionMessage'
|
||||
|
|
@ -4765,8 +4762,6 @@ tags:
|
|||
- description: <SchemaDefinition schemaRef="#/components/schemas/AppendRowsRequest"
|
||||
/>
|
||||
name: AppendRowsRequest
|
||||
- description: <SchemaDefinition schemaRef="#/components/schemas/Attachment" />
|
||||
name: Attachment
|
||||
- description: <SchemaDefinition schemaRef="#/components/schemas/BasicScoringFnParams"
|
||||
/>
|
||||
name: BasicScoringFnParams
|
||||
|
|
@ -5271,7 +5266,6 @@ x-tagGroups:
|
|||
- AggregationFunctionType
|
||||
- AppEvalTaskConfig
|
||||
- AppendRowsRequest
|
||||
- Attachment
|
||||
- BasicScoringFnParams
|
||||
- BatchChatCompletionRequest
|
||||
- BatchChatCompletionResponse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue