Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions packages/api/src/schema/ai-api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,7 @@ components:
AudioResponse:
properties:
audio:
allOf:
- $ref: '#/components/schemas/MediaURL'
$ref: '#/components/schemas/MediaURL'
description: The generated audio.
type: object
required:
Expand Down Expand Up @@ -964,8 +963,7 @@ components:
HTTPError:
properties:
detail:
allOf:
- $ref: '#/components/schemas/APIError'
$ref: '#/components/schemas/APIError'
description: Detailed error information.
type: object
required:
Expand Down Expand Up @@ -1015,11 +1013,9 @@ components:
title: Finish Reason
default: ''
delta:
allOf:
- $ref: '#/components/schemas/LLMMessage'
$ref: '#/components/schemas/LLMMessage'
message:
allOf:
- $ref: '#/components/schemas/LLMMessage'
$ref: '#/components/schemas/LLMMessage'
type: object
required:
- index
Expand Down Expand Up @@ -1150,6 +1146,7 @@ components:
the `params` argument.
default: ''
params:
additionalProperties: true
type: object
title: Params
description: Initial parameters for the pipeline.
Expand Down
Loading