IntelligenceX

API Reference

Class

ToolOutput

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers sealed

Represents the output for a tool call.

Inheritance

  • Object
  • ToolOutput

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public ToolOutput(String callId, String output) #

Initializes a new tool output instance.

Parameters

callId System.String requiredposition: 0
output System.String requiredposition: 1

Properties

public String CallId { get; } #

Gets the call id this output belongs to.

public String Output { get; } #

Gets the output text.