13 references to UIAgent
Microsoft.AspNetCore.Components.AI (13)
Components\AgentBoundary.cs (3)
9
/// Creates the <see cref="AgentContext"/> for a <see cref="
UIAgent
"/> and cascades it to the
15
private
UIAgent
_currentAgent = default!;
21
public
UIAgent
Agent { get; set; } = default!;
Components\ChatPage.cs (1)
23
public
UIAgent
Agent { get; set; } = default!;
Engine\AgentContext.cs (2)
21
private readonly
UIAgent
_agent;
34
public AgentContext(
UIAgent
agent)
Engine\UIAgent.cs (6)
17
/// A <see cref="
UIAgent
"/> is protocol- and provider-neutral: it only depends on
40
/// Initializes a new instance of the <see cref="
UIAgent
"/> class.
49
/// Initializes a new instance of the <see cref="
UIAgent
"/> class.
59
/// Initializes a new instance of the <see cref="
UIAgent
"/> class.
70
/// Initializes a new instance of the <see cref="
UIAgent
"/> class.
80
/// Initializes a new instance of the <see cref="
UIAgent
"/> class.
Pipeline\UIAgentOptions.cs (1)
9
/// Configures a <see cref="
UIAgent
"/>.