你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputerToolCallOutputItemOutputType Struct

Definition

A computer screenshot image used with the computer use tool.

public readonly struct ComputerToolCallOutputItemOutputType : IEquatable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ComputerToolCallOutputItemOutputType>
type ComputerToolCallOutputItemOutputType = struct
Public Structure ComputerToolCallOutputItemOutputType
Implements IEquatable(Of ComputerToolCallOutputItemOutputType)
Inheritance
ComputerToolCallOutputItemOutputType
Implements

Constructors

Name Description
ComputerToolCallOutputItemOutputType(String)

Initializes a new instance of ComputerToolCallOutputItemOutputType.

Properties

Name Description
Screenshot

computer_screenshot.

Methods

Name Description
Equals(ComputerToolCallOutputItemOutputType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ComputerToolCallOutputItemOutputType, ComputerToolCallOutputItemOutputType)

Determines if two ComputerToolCallOutputItemOutputType values are the same.

Implicit(String to ComputerToolCallOutputItemOutputType)

Converts a String to a ComputerToolCallOutputItemOutputType.

Inequality(ComputerToolCallOutputItemOutputType, ComputerToolCallOutputItemOutputType)

Determines if two ComputerToolCallOutputItemOutputType values are not the same.

Applies to