ExtensionsOpenAIModelFactory.ResponsesFunctionToolParam 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 ResponsesFunctionToolParam.
public static Azure.AI.Extensions.OpenAI.ResponsesFunctionToolParam ResponsesFunctionToolParam(string name = default, string description = default, Azure.AI.Extensions.OpenAI.ResponsesEmptyModelParam parameters = default, bool? isStrict = default, bool? shouldDeferLoading = default);
static member ResponsesFunctionToolParam : string * string * Azure.AI.Extensions.OpenAI.ResponsesEmptyModelParam * Nullable<bool> * Nullable<bool> -> Azure.AI.Extensions.OpenAI.ResponsesFunctionToolParam
Public Shared Function ResponsesFunctionToolParam (Optional name As String = Nothing, Optional description As String = Nothing, Optional parameters As ResponsesEmptyModelParam = Nothing, Optional isStrict As Nullable(Of Boolean) = Nothing, Optional shouldDeferLoading As Nullable(Of Boolean) = Nothing) As ResponsesFunctionToolParam
Parameters
- name
- String
- description
- String
- parameters
- ResponsesEmptyModelParam
Whether this function should be deferred and discovered via tool search.
Returns
A new ResponsesFunctionToolParam instance for mocking.