ExtensionsOpenAIModelFactory.ResponsesCustomToolParamFormat(String) Method
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.
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.