From fe1c40004c71141851d41b5d949d4178f0066d88 Mon Sep 17 00:00:00 2001 From: platform-endpoints Date: Tue, 15 Oct 2024 20:46:10 +0000 Subject: [PATCH] Add spec changes Co-authored-by: Michael --- cohere-openapi.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cohere-openapi.yaml b/cohere-openapi.yaml index eb39e36b..248b5c4a 100644 --- a/cohere-openapi.yaml +++ b/cohere-openapi.yaml @@ -20199,11 +20199,11 @@ components: ToolMessageV2: type: object title: Tool Message - description: A message from the system. + description: A message with Tool outputs. required: - role - tool_call_id - - tool_content + - content properties: role: type: string @@ -20214,8 +20214,8 @@ components: description: The id of the associated tool call that has provided the given content content: - description: A single or list of outputs from a tool. The content should - formatted as a JSON object string, or a list of tool content blocks + description: Outputs from a tool. The content should formatted as a JSON object + string, or a list of tool content blocks oneOf: - type: string - type: array