ExtensionsOpenAIModelFactory.ResponsesFunctionShellToolParam 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.
Shell tool.
public static Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParam ResponsesFunctionShellToolParam(Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParamEnvironment environment = default, string name = default, string description = default, System.Collections.Generic.IDictionary<string,Azure.AI.Extensions.OpenAI.ToolConfig> toolConfigs = default);
static member ResponsesFunctionShellToolParam : Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParamEnvironment * string * string * System.Collections.Generic.IDictionary<string, Azure.AI.Extensions.OpenAI.ToolConfig> -> Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParam
Public Shared Function ResponsesFunctionShellToolParam (Optional environment As ResponsesFunctionShellToolParamEnvironment = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional toolConfigs As IDictionary(Of String, ToolConfig) = Nothing) As ResponsesFunctionShellToolParam
Parameters
- environment
- ResponsesFunctionShellToolParamEnvironment
- name
- String
Deprecated. This property is deprecated and will be removed in a future version.
- description
- String
Deprecated. This property is deprecated and will be removed in a future version.
- toolConfigs
- IDictionary<String,ToolConfig>
Deprecated. This property is deprecated and will be removed in a future version.
Returns
A new ResponsesFunctionShellToolParam instance for mocking.