ToolChoiceParamType 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.
public readonly struct ToolChoiceParamType : IEquatable<Azure.AI.AgentServer.Responses.Models.ToolChoiceParamType>
type ToolChoiceParamType = struct
Public Structure ToolChoiceParamType
Implements IEquatable(Of ToolChoiceParamType)
- Inheritance
-
ToolChoiceParamType
- Implements
Constructors
| Name | Description |
|---|---|
| ToolChoiceParamType(String) |
Initializes a new instance of ToolChoiceParamType. |
Properties
| Name | Description |
|---|---|
| AllowedTools |
Gets the AllowedTools. |
| ApplyPatch |
Gets the ApplyPatch. |
| CodeInterpreter |
Gets the CodeInterpreter. |
| Computer |
Gets the Computer. |
| ComputerUse |
Gets the ComputerUse. |
| ComputerUsePreview |
Gets the ComputerUsePreview. |
| Custom |
Gets the Custom. |
| FileSearch |
Gets the FileSearch. |
| Function |
Gets the Function. |
| ImageGeneration |
Gets the ImageGeneration. |
| Mcp |
Gets the Mcp. |
| Shell |
Gets the Shell. |
| WebSearchPreview |
Gets the WebSearchPreview. |
| WebSearchPreview20250311 |
Gets the WebSearchPreview20250311. |
Methods
| Name | Description |
|---|---|
| Equals(ToolChoiceParamType) |
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(ToolChoiceParamType, ToolChoiceParamType) |
Determines if two ToolChoiceParamType values are the same. |
| Implicit(String to Nullable<ToolChoiceParamType>) | |
| Implicit(String to ToolChoiceParamType) |
Converts a string to a ToolChoiceParamType. |
| Inequality(ToolChoiceParamType, ToolChoiceParamType) |
Determines if two ToolChoiceParamType values are not the same. |