Class ToolMessage
Represents a single instance of tool message.
Inherited Members
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. |