ResponsesCustomToolParamFormat 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.
The input format for the custom tool. Default is unconstrained text. Please note this is the abstract base class. The derived classes available for instantiation are: ResponsesCustomTextFormatParam and CustomGrammarFormatParam.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Extensions.OpenAI.UnknownCustomToolParamFormat))]
public abstract class ResponsesCustomToolParamFormat : System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesCustomToolParamFormat>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesCustomToolParamFormat>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Extensions.OpenAI.UnknownCustomToolParamFormat))>]
type ResponsesCustomToolParamFormat = class
interface IJsonModel<ResponsesCustomToolParamFormat>
interface IPersistableModel<ResponsesCustomToolParamFormat>
Public MustInherit Class ResponsesCustomToolParamFormat
Implements IJsonModel(Of ResponsesCustomToolParamFormat), IPersistableModel(Of ResponsesCustomToolParamFormat)
- Inheritance
-
ResponsesCustomToolParamFormat
- Derived
- Attributes
- Implements