Table of Contents

Class ToolOutput

Namespace
Glitch9.AIDevKit
public abstract class ToolOutput : StatefulItem, IPrompt
Inheritance
object
ToolOutput
Implements
Derived
Inherited Members
Extension Methods

Constructors

ToolOutput(string)

protected ToolOutput(string type)

Parameters

type string

Properties

CallId

The call ID, used to map this tool call output to a tool call.

public string CallId { get; set; }

Property Value

string

Index

Optional. Index of the tool call.

public int? Index { get; set; }

Property Value

int?