ExtensionsOpenAIModelFactory.ResponsesSkillReferenceParam 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 ResponsesSkillReferenceParam.
public static Azure.AI.Extensions.OpenAI.ResponsesSkillReferenceParam ResponsesSkillReferenceParam(string skillId = default, string version = default);
static member ResponsesSkillReferenceParam : string * string -> Azure.AI.Extensions.OpenAI.ResponsesSkillReferenceParam
Public Shared Function ResponsesSkillReferenceParam (Optional skillId As String = Nothing, Optional version As String = Nothing) As ResponsesSkillReferenceParam
Parameters
- skillId
- String
The ID of the referenced skill.
- version
- String
Optional skill version. Use a positive integer or 'latest'. Omit for default.
Returns
A new ResponsesSkillReferenceParam instance for mocking.