ExtensionsOpenAIModelFactory.LocalSkillParam(String, String, String) 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 LocalSkillParam.
public static Azure.AI.Extensions.OpenAI.LocalSkillParam LocalSkillParam(string name = default, string description = default, string path = default);
static member LocalSkillParam : string * string * string -> Azure.AI.Extensions.OpenAI.LocalSkillParam
Public Shared Function LocalSkillParam (Optional name As String = Nothing, Optional description As String = Nothing, Optional path As String = Nothing) As LocalSkillParam
Parameters
- name
- String
The name of the skill.
- description
- String
The description of the skill.
- path
- String
The path to the directory containing the skill.
Returns
A new LocalSkillParam instance for mocking.