Class ToolReference
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ToolReference
Properties
| Edit this page View SourceName
Optional. The name of the tool.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServerLabel
Optional. (Only for MCP tools) The label of the MCP server to use.
Declaration
[JsonProperty("server_label")]
public string ServerLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required. The type of tool.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |