ResponsesInlineSkillParam Constructor

Definition

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.

source
ResponsesInlineSkillSourceParam

Inline skill payload.

Exceptions

name, description or source is null.

Applies to