AgentSkillsSourceContext Class

Definition

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.

Applies to