File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,15 @@ Cohere Command R and Command R+ accept the following parameters for a `v1/chat/c
161
161
162
162
#### System or user message
163
163
A System or User Message supports the following properties:
164
+
164
165
| Property | Type | Default | Description |
165
166
| --- | --- | --- | --- |
166
167
| ` role ` | ` enum ` | Required | ` role=system ` or ` role=user ` . |
167
168
| ` content ` | ` string ` | Required | Text input for the model to respond to. |
168
169
169
170
#### Assistant message
170
171
An Assistant Message supports the following properties:
172
+
171
173
| Property | Type | Default | Description |
172
174
| --- | --- | --- | --- |
173
175
| ` role ` | ` enum ` | Required | ` role=assistant ` |
@@ -176,6 +178,7 @@ An Assistant Message supports the following properties:
176
178
177
179
#### Tool message
178
180
A Tool Message supports the following properties:
181
+
179
182
| Property | Type | Default | Description |
180
183
| --- | --- | --- | --- |
181
184
| ` role ` | ` enum ` | Required | ` role=tool ` |
You can’t perform that action at this time.
0 commit comments