ResponsesInlineSkillParam Constructor
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.
Initializes a new instance of ResponsesInlineSkillParam.
public ResponsesInlineSkillParam(string name, string description, Azure.AI.Extensions.OpenAI.ResponsesInlineSkillSourceParam source);
new Azure.AI.Extensions.OpenAI.ResponsesInlineSkillParam : string * string * Azure.AI.Extensions.OpenAI.ResponsesInlineSkillSourceParam -> Azure.AI.Extensions.OpenAI.ResponsesInlineSkillParam
Public Sub New (name As String, description As String, source As ResponsesInlineSkillSourceParam)
Parameters
- name
- String
The name of the skill.
- description
- String
The description of the skill.
Inline skill payload.
Exceptions
name, description or source is null.