AgentSkillScript 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.
Abstract base class for skill scripts. A script represents an executable action associated with a skill.
public abstract class AgentSkillScript
type AgentSkillScript = class
Public MustInherit Class AgentSkillScript
- Inheritance
-
AgentSkillScript
- Derived
Constructors
| Name | Description |
|---|---|
| AgentSkillScript(String, String) |
Initializes a new instance of the AgentSkillScript class. |
Properties
| Name | Description |
|---|---|
| Description |
Gets the optional script description. |
| Name |
Gets the script name. |
| ParametersSchema |
Gets the JSON schema describing the parameters accepted by this script, or |
Methods
| Name | Description |
|---|---|
| RunAsync(AgentSkill, Nullable<JsonElement>, IServiceProvider, CancellationToken) |
Runs the script with the given arguments. |