Class ToolOutput
Assembly: Glitch9.AIDevKit.dll
public abstract class ToolOutput : ConversationItem, IPrompt, IValidatable, IHasId<string>
Constructors
|
Edit this page
View Source
Declaration
protected ToolOutput(string type)
Parameters
| Type |
Name |
Description |
| string |
type |
|
Properties
|
Edit this page
View Source
The call ID, used to map this tool call output to a tool call.
Declaration
[JsonProperty("call_id")]
public string CallId { get; set; }
Property Value
|
Edit this page
View Source
Optional. Index of the tool call.
Declaration
[JsonProperty("index")]
public int? Index { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public override ResponseStatus? Status { get; }
Property Value
Overrides
Implements
Extension Methods