Search Results for

    Show / Hide Table of Contents

    Class CustomToolDescriptor

    Describes a MonoBehaviour method mapped to an AI-callable custom tool.

    Inheritance
    object
    ToolDescriptorBase
    CustomToolDescriptor
    Inherited Members
    ToolDescriptorBase.target
    ToolDescriptorBase.methodName
    ToolDescriptorBase.description
    ToolDescriptorBase.parameters
    ToolDescriptorBase.MethodName
    ToolDescriptorBase.Description
    ToolDescriptorBase.Target
    ToolDescriptorBase.Parameters
    ToolDescriptorBase.CachedMethod
    ToolDescriptorBase.CompiledDelegate
    ToolDescriptorBase.CachedParams
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 Source

    ToolName

    The tool name exposed to the model.

    Declaration
    public string ToolName { get; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation