SkillInlineContent(String, String) Constructor

Definition

Initializes a new instance of SkillInlineContent.

public SkillInlineContent(string description, string instructions);
new Azure.AI.Projects.Agents.SkillInlineContent : string * string -> Azure.AI.Projects.Agents.SkillInlineContent
Public Sub New (description As String, instructions As String)

Parameters

description
String

A human-readable description of what the skill does and when to use it.

instructions
String

The skill instructions in markdown format. This is the body content of the SKILL.md file.

Exceptions

description or instructions is null.

Applies to