Class CustomToolDescriptor
Describes a MonoBehaviour method mapped to an AI-callable custom tool.
Inherited Members
Namespace: Glitch9.AIDevKit.Agents
Assembly: Glitch9.AIDevKit.Agent.dll
Syntax
[Serializable]
[MovedFrom(true, "Glitch9.AIDevKit.Agents", null, "CustomToolReference")]
public class CustomToolDescriptor : ToolDescriptorBase
Properties
| Edit this page View SourceToolName
The tool name exposed to the model.
Declaration
public string ToolName { get; }
Property Value
| Type | Description |
|---|---|
| string |