IntelligenceX
Class

ToolOutput

Namespace IntelligenceX.OpenAI.Tools
Assembly IntelligenceX
Modifiers sealed

Represents the output for a tool call.

Inheritance

  • Object
  • ToolOutput

Constructors

public ToolOutput(String callId, String output) #

Initializes a new tool output instance.

Parameters

callId System.String
output System.String

Properties

public String CallId { get; } #

Gets the call id this output belongs to.

public String Output { get; } #

Gets the output text.