SkillInlineContent(String, String) 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 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.