Show / Hide Table of Contents

Class CohereToolMessageV2

A message that represents a single chat dialog as TOOL role.

Inheritance
object
CohereMessageV2
CohereToolMessageV2
Inherited Members
CohereMessageV2.Content
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top