ExtensionsOpenAIModelFactory.ResponsesFunctionShellToolParamEnvironment 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 ResponsesFunctionShellToolParamEnvironment. Please note this is the abstract base class. The derived classes available for instantiation are: ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam, ResponsesFunctionShellToolParamEnvironmentContainerReferenceParam, and ResponsesContainerAutoParam.
public static Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParamEnvironment ResponsesFunctionShellToolParamEnvironment(string type = default);
static member ResponsesFunctionShellToolParamEnvironment : string -> Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParamEnvironment
Public Shared Function ResponsesFunctionShellToolParamEnvironment (Optional type As String = Nothing) As ResponsesFunctionShellToolParamEnvironment
Parameters
- type
- String
Returns
A new ResponsesFunctionShellToolParamEnvironment instance for mocking.