From 315e6aa8ff13d3f04f9f3fff0e0cb99ba3d99287 Mon Sep 17 00:00:00 2001 From: Victor Elias Date: Thu, 30 Oct 2025 19:45:52 -0300 Subject: [PATCH] schema: Pull AI schema No changes just version but let's keep it up to date. --- packages/api/src/schema/ai-api-schema.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/packages/api/src/schema/ai-api-schema.yaml b/packages/api/src/schema/ai-api-schema.yaml index 92c96c01d..8c426511c 100644 --- a/packages/api/src/schema/ai-api-schema.yaml +++ b/packages/api/src/schema/ai-api-schema.yaml @@ -643,8 +643,7 @@ components: AudioResponse: properties: audio: - allOf: - - $ref: '#/components/schemas/MediaURL' + $ref: '#/components/schemas/MediaURL' description: The generated audio. type: object required: @@ -964,8 +963,7 @@ components: HTTPError: properties: detail: - allOf: - - $ref: '#/components/schemas/APIError' + $ref: '#/components/schemas/APIError' description: Detailed error information. type: object required: @@ -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 @@ -1150,6 +1146,7 @@ components: the `params` argument. default: '' params: + additionalProperties: true type: object title: Params description: Initial parameters for the pipeline.