Table of Contents

Class ToolCompletionMessage

Namespace
FoundationaLLM.Common.Models.Orchestration.Direct
Assembly
FoundationaLLM.Common.dll

Tool input message for a direct orchestration request.

public class ToolCompletionMessage : CompletionMessage
Inheritance
ToolCompletionMessage
Inherited Members
Extension Methods

Constructors

ToolCompletionMessage()

Initializes a new instance of the ToolCompletionMessage class.

public ToolCompletionMessage()

Properties

ToolCallId

Tool call to which this message is responding.

[JsonPropertyName("tool_call_id")]
public required string ToolCallId { get; set; }

Property Value

string