InlineSkillParam(String, String, InlineSkillSourceParam) Constructor

Definition

Initializes a new instance of InlineSkillParam.

public InlineSkillParam(string name, string description, Azure.AI.AgentServer.Responses.Models.InlineSkillSourceParam source);
new Azure.AI.AgentServer.Responses.Models.InlineSkillParam : string * string * Azure.AI.AgentServer.Responses.Models.InlineSkillSourceParam -> Azure.AI.AgentServer.Responses.Models.InlineSkillParam
Public Sub New (name As String, description As String, source As InlineSkillSourceParam)

Parameters

name
String

The name of the skill.

description
String

The description of the skill.

source
InlineSkillSourceParam

Inline skill payload.

Exceptions

name, description or source is null.

Applies to