Search Results for

    Show / Hide Table of Contents

    Class ComputerUseOutput

    The output of a computer tool call.

    Inheritance
    object
    ConversationItem
    ToolOutput
    ComputerUseOutput
    Implements
    IPrompt
    IValidatable
    IHasId<string>
    Inherited Members
    ToolOutput.Index
    ToolOutput.CallId
    ToolOutput.Status
    ConversationItem.Id
    ConversationItem.Type
    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 ComputerUseOutput : ToolOutput, IPrompt, IValidatable, IHasId<string>

    Constructors

    | Edit this page View Source

    ComputerUseOutput()

    Declaration
    public ComputerUseOutput()

    Properties

    | Edit this page View Source

    AcknowledgedSafetyChecks

    Optional. The safety checks reported by the API that have been acknowledged by the developer.

    Declaration
    [JsonProperty("acknowledged_safety_checks")]
    public List<ComputerUseSafetyCheck> AcknowledgedSafetyChecks { get; set; }
    Property Value
    Type Description
    List<ComputerUseSafetyCheck>
    | Edit this page View Source

    Output

    Required. A computer screenshot image used with the computer use tool.

    Declaration
    [JsonProperty("output")]
    public ComputerUseScreenshotInfo Output { get; set; }
    Property Value
    Type Description
    ComputerUseScreenshotInfo

    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)
    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