ExtensionsOpenAIModelFactory.ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam 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 ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam.
public static Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam(System.Collections.Generic.IEnumerable<Azure.AI.Extensions.OpenAI.LocalSkillParam> skills = default);
static member ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam : seq<Azure.AI.Extensions.OpenAI.LocalSkillParam> -> Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam
Public Shared Function ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam (Optional skills As IEnumerable(Of LocalSkillParam) = Nothing) As ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam
Parameters
- skills
- IEnumerable<LocalSkillParam>
An optional list of skills.
Returns
A new ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam instance for mocking.