Search Results for

    Show / Hide Table of Contents

    Interface IComputerUseSafetyCheckService

    Service interface for approving or rejecting pending computer use safety checks.

    Namespace: Glitch9.AIDevKit.Agents
    Assembly: Glitch9.AIDevKit.Agent.dll
    Syntax
    public interface IComputerUseSafetyCheckService

    Methods

    | Edit this page View Source

    CheckAsync(ComputerUseSafetyCheck, CancellationToken)

    Asynchronously evaluates a pending safety check and returns whether it is approved.

    Declaration
    UniTask<bool> CheckAsync(ComputerUseSafetyCheck check, CancellationToken ct)
    Parameters
    Type Name Description
    ComputerUseSafetyCheck check

    The safety check to evaluate.

    CancellationToken ct

    Cancellation token.

    Returns
    Type Description
    UniTask<bool>

    true if the check is approved; otherwise false.

    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