Search Results for

    Show / Hide Table of Contents

    Class ComputerUseCall

    A tool call to a computer use tool. See the computer use guide for more information.

    Inheritance
    object
    ConversationItem
    ToolCall
    ComputerUseCall
    Implements
    IPrompt
    IValidatable
    IHasId<string>
    Inherited Members
    ToolCall.Index
    ToolCall.CallId
    ToolCall.Name
    ToolCall.GetToolName()
    ToolCall.GetToolArgs()
    ToolCall.FromKey(ToolCallKey, string)
    ConversationItem.Id
    ConversationItem.Type
    ConversationItem.Status
    ConversationItem.GetPromptText()
    ConversationItem.IsValid()
    ConversationItem.Validate()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public class ComputerUseCall : ToolCall, IPrompt, IValidatable, IHasId<string>

    Constructors

    | Edit this page View Source

    ComputerUseCall()

    Declaration
    public ComputerUseCall()

    Properties

    | Edit this page View Source

    Action

    Required. The action to be taken in this computer tool call.

    Declaration
    [JsonProperty("action")]
    public ComputerAction Action { get; set; }
    Property Value
    Type Description
    ComputerAction
    | Edit this page View Source

    PendingSafetyChecks

    Required. The pending safety checks for the computer call.

    Declaration
    [JsonProperty("pending_safety_checks")]
    public ComputerUseSafetyCheck[] PendingSafetyChecks { get; set; }
    Property Value
    Type Description
    ComputerUseSafetyCheck[]

    Implements

    IPrompt
    IValidatable
    IHasId<TId>

    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)
    UnifiedApiCallerExtensions.GENResponse(ConversationItem)
    ToolTypeUtility.GetToolType(ToolCall)
    CoreLibTypeExtensions.GetIdOrNull(IHasId<string>)
    CoreLibTypeExtensions.IsNullOrEmptyId(IHasId<string>)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation