ResponseTextParam Class
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.
Configuration options for a text response from the model. Can be plain text or structured JSON data. Learn more:
- [Text inputs and outputs](/docs/guides/text)
- [Structured Outputs](/docs/guides/structured-outputs)
public class ResponseTextParam : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ResponseTextParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ResponseTextParam>
type ResponseTextParam = class
interface IJsonModel<ResponseTextParam>
interface IPersistableModel<ResponseTextParam>
Public Class ResponseTextParam
Implements IJsonModel(Of ResponseTextParam), IPersistableModel(Of ResponseTextParam)
- Inheritance
-
ResponseTextParam
- Implements
Constructors
| Name | Description |
|---|---|
| ResponseTextParam() |
Initializes a new instance of ResponseTextParam. |
Properties
| Name | Description |
|---|---|
| Format |
Gets or sets the Format. |
| Verbosity |
Gets or sets the Verbosity. |