你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AgentsApiResponseFormatMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the mode in which the model will handle the return format of a tool call.
public readonly struct AgentsApiResponseFormatMode : IEquatable<Azure.AI.Projects.AgentsApiResponseFormatMode>
type AgentsApiResponseFormatMode = struct
Public Structure AgentsApiResponseFormatMode
Implements IEquatable(Of AgentsApiResponseFormatMode)
- Inheritance
-
AgentsApiResponseFormatMode
- Implements
Constructors
AgentsApiResponseFormatMode(String) |
Initializes a new instance of AgentsApiResponseFormatMode. |
Properties
Auto |
Default value. Let the model handle the return format. |
None |
Setting the value to |
Methods
Equals(AgentsApiResponseFormatMode) |
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(AgentsApiResponseFormatMode, AgentsApiResponseFormatMode) |
Determines if two AgentsApiResponseFormatMode values are the same. |
Implicit(String to AgentsApiResponseFormatMode) |
Converts a String to a AgentsApiResponseFormatMode. |
Inequality(AgentsApiResponseFormatMode, AgentsApiResponseFormatMode) |
Determines if two AgentsApiResponseFormatMode values are not the same. |