Class CohereToolMessageV2
A message that represents a single chat dialog as TOOL role.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CohereToolMessageV2 : CohereMessageV2
Properties
ToolCallId
Declaration
[Required(ErrorMessage = "ToolCallId is required.")]
[JsonProperty(PropertyName = "toolCallId")]
public string ToolCallId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The id of the associated tool call that has provided the given content |
Remarks
Required