ExtensionsOpenAIModelFactory.ResponsesCustomToolParamFormat(String) Method

Definition

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.

public static Azure.AI.Extensions.OpenAI.ResponsesCustomToolParamFormat ResponsesCustomToolParamFormat(string type = default);
static member ResponsesCustomToolParamFormat : string -> Azure.AI.Extensions.OpenAI.ResponsesCustomToolParamFormat
Public Shared Function ResponsesCustomToolParamFormat (Optional type As String = Nothing) As ResponsesCustomToolParamFormat

Parameters

type
String

Returns

A new ResponsesCustomToolParamFormat instance for mocking.

Applies to