From c88afc94c84c6935b6a119c69a3637402accd4e2 Mon Sep 17 00:00:00 2001 From: bymyself Date: Fri, 18 Jul 2025 14:11:58 -0700 Subject: [PATCH] Fix duplicate content in /api/prompt GET response - Fixed duplicate content entries in OpenAPI spec that were causing validation failures - Maintained OpenAPI 3.1.0 and prefixItems structure - Ensures proper YAML structure for GitHub Actions validation --- openapi.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index dad3c0f48..e19f0a910 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -50,12 +50,6 @@ paths: responses: '200': description: Success - '500': - description: Internal server error - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorResponse' content: application/json: schema: