AgentSkillsSourceContext 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.
Provides contextual information about the agent and session to an AgentSkillsSource when retrieving skills.
public sealed class AgentSkillsSourceContext
type AgentSkillsSourceContext = class
Public NotInheritable Class AgentSkillsSourceContext
- Inheritance
-
AgentSkillsSourceContext
Constructors
| Name | Description |
|---|---|
| AgentSkillsSourceContext(AIAgent, AgentSession) |
Initializes a new instance of the AgentSkillsSourceContext class. |
Properties
| Name | Description |
|---|---|
| Agent |
Gets the agent requesting skills. |
| Session |
Gets the session associated with the agent invocation, if any. |