ExtensionsOpenAIModelFactory.ResponsesFunctionShellToolParamEnvironment Method

Definition

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.

Applies to