Class ToolCall
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public abstract class ToolCall
Properties
Id
Required. The unique identifier of the tool.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. The type of the tool.
Declaration
public ToolType Type { get; set; }
Property Value
Type | Description |
---|---|
ToolType |