Class CohereAssistantMessageV2
A message that represents a single chat dialog as CHATBOT role.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CohereAssistantMessageV2 : CohereMessageV2
Properties
Citations
Declaration
[JsonProperty(PropertyName = "citations")]
public List<CohereCitationV2> Citations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CohereCitationV2> | Cohere citations |
ToolCalls
Declaration
[JsonProperty(PropertyName = "toolCalls")]
public List<CohereToolCallV2> ToolCalls { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CohereToolCallV2> | A list of tool calls generated by the model. |
ToolPlan
Declaration
[JsonProperty(PropertyName = "toolPlan")]
public string ToolPlan { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A chain-of-thought style reflection and plan that the model generates when working with Tools. |