PersistentAgentsResponseFormatMode 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 PersistentAgentsResponseFormatMode : IEquatable<Azure.AI.Agents.Persistent.PersistentAgentsResponseFormatMode>type PersistentAgentsResponseFormatMode = structPublic Structure PersistentAgentsResponseFormatMode
Implements IEquatable(Of PersistentAgentsResponseFormatMode)- Inheritance
- 
				PersistentAgentsResponseFormatMode
- Implements
Constructors
| PersistentAgentsResponseFormatMode(String) | Initializes a new instance of PersistentAgentsResponseFormatMode. | 
Properties
| Auto | Default value. Let the model handle the return format. | 
| None | Setting the value to  | 
Methods
| Equals(PersistentAgentsResponseFormatMode) | 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(PersistentAgentsResponseFormatMode, PersistentAgentsResponseFormatMode) | Determines if two PersistentAgentsResponseFormatMode values are the same. | 
| Implicit(String to PersistentAgentsResponseFormatMode) | Converts a String to a PersistentAgentsResponseFormatMode. | 
| Inequality(PersistentAgentsResponseFormatMode, PersistentAgentsResponseFormatMode) | Determines if two PersistentAgentsResponseFormatMode values are not the same. |