Compartilhar via


ApiResponseFormat Struct

Definition

Possible API response formats.

public readonly struct ApiResponseFormat : IEquatable<Azure.AI.Projects.ApiResponseFormat>
type ApiResponseFormat = struct
Public Structure ApiResponseFormat
Implements IEquatable(Of ApiResponseFormat)
Inheritance
ApiResponseFormat
Implements

Constructors

ApiResponseFormat(String)

Initializes a new instance of ApiResponseFormat.

Properties

JsonObject

Using json_object format will limit the usage of ToolCall to only functions.

Text

text format should be used for requests involving any sort of ToolCall.

Methods

Equals(ApiResponseFormat)

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

Equality(ApiResponseFormat, ApiResponseFormat)

Determines if two ApiResponseFormat values are the same.

Implicit(String to ApiResponseFormat)

Converts a String to a ApiResponseFormat.

Inequality(ApiResponseFormat, ApiResponseFormat)

Determines if two ApiResponseFormat values are not the same.

Applies to