Skip to content

Commit

Permalink
Add spec changes
Browse files Browse the repository at this point in the history
Co-authored-by: Michael <[email protected]>
  • Loading branch information
platform-endpoints and mkozakov committed Oct 15, 2024
1 parent b85d966 commit fe1c400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cohere-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fe1c400

Please sign in to comment.