Show / Hide Table of Contents

Class ToolMessage

Represents a single instance of tool message.

Inheritance
object
Message
ToolMessage
Inherited Members
Message.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 ToolMessage : Message

Properties

ToolCallId

Declaration
[JsonProperty(PropertyName = "toolCallId")]
public string ToolCallId { get; set; }
Property Value
Type Description
string

Tool call that this message is responding to.

In this article
Back to top