Skip to content

Commit 549b91d

Browse files
Update deploy-models-cohere-command.md
1 parent 305e761 commit 549b91d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/ai-studio/how-to/deploy-models-cohere-command.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,17 +161,18 @@ Cohere Command R and Command R+ accept the following parameters for a `v1/chat/c
161161

162162
`response_format` and `tool_choice` aren't yet supported parameters for the Command R and Command R+ models.
163163

164-
<br/>
165164

166165
#### System or user message
167166
A System or User Message supports the following properties:
167+
168168
| Property | Type | Default | Description |
169169
| --- | --- | --- | --- |
170170
| `role` | `enum` | Required | `role=system` or `role=user`. |
171171
|`content` |`string` |Required |Text input for the model to respond to. |
172172

173173
#### Assistant message
174174
An Assistant Message supports the following properties:
175+
175176
| Property | Type | Default | Description |
176177
| --- | --- | --- | --- |
177178
| `role` | `enum` | Required | `role=assistant`|
@@ -180,13 +181,13 @@ An Assistant Message supports the following properties:
180181

181182
#### Tool message
182183
A Tool Message supports the following properties:
184+
183185
| Property | Type | Default | Description |
184186
| --- | --- | --- | --- |
185187
| `role` | `enum` | Required | `role=tool`|
186188
|`content` |`string` |Required |The contents of the tool message. |
187189
|`tool_call_id` |`string` |None |Tool call that this message is responding to. |
188190

189-
<br/>
190191

191192
### v1/chat/completions response schema
192193

0 commit comments

Comments
 (0)