Class ToolOutput
public abstract class ToolOutput : StatefulItem, IPrompt
- Inheritance
-
objectToolOutput
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ToolOutput(string)
protected ToolOutput(string type)
Parameters
typestring
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?