Skip to content

Commit bc222bc

Browse files
Update how-to-deploy-models-cohere-command.md
1 parent 549b91d commit bc222bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/how-to-deploy-models-cohere-command.md

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

162162
#### System or user message
163163
A System or User Message supports the following properties:
164+
164165
| Property | Type | Default | Description |
165166
| --- | --- | --- | --- |
166167
| `role` | `enum` | Required | `role=system` or `role=user`. |
167168
|`content` |`string` |Required |Text input for the model to respond to. |
168169

169170
#### Assistant message
170171
An Assistant Message supports the following properties:
172+
171173
| Property | Type | Default | Description |
172174
| --- | --- | --- | --- |
173175
| `role` | `enum` | Required | `role=assistant`|
@@ -176,6 +178,7 @@ An Assistant Message supports the following properties:
176178

177179
#### Tool message
178180
A Tool Message supports the following properties:
181+
179182
| Property | Type | Default | Description |
180183
| --- | --- | --- | --- |
181184
| `role` | `enum` | Required | `role=tool`|

0 commit comments

Comments
 (0)