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