ResponsesCaptureStructuredOutputsTool 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.
A tool for capturing structured outputs.
public class ResponsesCaptureStructuredOutputsTool : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesCaptureStructuredOutputsTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesCaptureStructuredOutputsTool>
type ResponsesCaptureStructuredOutputsTool = class
inherit ResponsesTool
interface IJsonModel<ResponsesCaptureStructuredOutputsTool>
interface IPersistableModel<ResponsesCaptureStructuredOutputsTool>
Public Class ResponsesCaptureStructuredOutputsTool
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesCaptureStructuredOutputsTool), IPersistableModel(Of ResponsesCaptureStructuredOutputsTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesCaptureStructuredOutputsTool(ResponsesStructuredOutputDefinition) |
Initializes a new instance of ResponsesCaptureStructuredOutputsTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |
| Outputs |
The structured outputs to capture from the model. |