1 instantiation of UIAgentOptions
Microsoft.AspNetCore.Components.AI (1)
Engine\UIAgent.cs (1)
89_options = new UIAgentOptions();
5 references to UIAgentOptions
Microsoft.AspNetCore.Components.AI (5)
Engine\UIAgent.cs (4)
32private readonly UIAgentOptions _options; 37internal UIAgentOptions Options => _options; 74public UIAgent(IChatClient chatClient, Action<UIAgentOptions>? configure) 85public UIAgent(IChatClient chatClient, Action<UIAgentOptions>? configure, ILoggerFactory? loggerFactory)
Pipeline\BlockMappingPipeline.cs (1)
22internal BlockMappingPipeline(UIAgentOptions options, ILogger? logger = null)