Search Results for

    Show / Hide Table of Contents

    Interface IToolCallExecutor<TCall, TOutput>

    Namespace: Glitch9.AIDevKit.Agents
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public interface IToolCallExecutor<TCall, TOutput> where TCall : ToolCall where TOutput : ToolOutput
    Type Parameters
    Name Description
    TCall
    TOutput

    Methods

    | Edit this page View Source

    CanExecute(string)

    Declaration
    bool CanExecute(string toolName)
    Parameters
    Type Name Description
    string toolName
    Returns
    Type Description
    bool
    | Edit this page View Source

    ExecuteAsync(TCall, CancellationToken)

    Declaration
    UniTask<TOutput> ExecuteAsync(TCall toolCall, CancellationToken ct = default)
    Parameters
    Type Name Description
    TCall toolCall
    CancellationToken ct
    Returns
    Type Description
    UniTask<TOutput>

    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