InlineSkillParam Class
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.
The InlineSkillParam.
public class InlineSkillParam : Azure.AI.AgentServer.Responses.Models.ContainerSkill, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.InlineSkillParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.InlineSkillParam>
type InlineSkillParam = class
inherit ContainerSkill
interface IJsonModel<InlineSkillParam>
interface IPersistableModel<InlineSkillParam>
Public Class InlineSkillParam
Inherits ContainerSkill
Implements IJsonModel(Of InlineSkillParam), IPersistableModel(Of InlineSkillParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| InlineSkillParam(String, String, InlineSkillSourceParam) |
Initializes a new instance of InlineSkillParam. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the skill. |
| Name |
The name of the skill. |
| Source |
Inline skill payload. |