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 15private UIAgent _currentAgent = default!; 21public UIAgent Agent { get; set; } = default!;
Components\ChatPage.cs (1)
23public UIAgent Agent { get; set; } = default!;
Engine\AgentContext.cs (2)
21private readonly UIAgent _agent; 34public 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"/>.