From 15e86dec6f546c4b658be2cefcf45680bb1f5260 Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Wed, 27 Nov 2024 11:53:22 -0500 Subject: [PATCH] wip --- openapi.yaml | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 8ff1459..ed27feb 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1142,42 +1142,7 @@ components: - tool content: description: The content of the message, which can either be a simple string or a structured format. - oneOf: - - type: string - description: A plain text message. - - type: array - description: A structured message with mixed content types. - items: - type: object - oneOf: - - type: object - properties: - type: - type: string - enum: - - text - text: - type: string - required: - - type - - text - - type: object - properties: - type: - type: string - enum: - - image_url - image_url: - type: object - properties: - url: - type: string - description: The URL of the image as a plain string. - required: - - url - required: - - type - - image_url + type: string required: - role - content