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)
32
private readonly
UIAgentOptions
_options;
37
internal
UIAgentOptions
Options => _options;
74
public UIAgent(IChatClient chatClient, Action<
UIAgentOptions
>? configure)
85
public UIAgent(IChatClient chatClient, Action<
UIAgentOptions
>? configure, ILoggerFactory? loggerFactory)
Pipeline\BlockMappingPipeline.cs (1)
22
internal BlockMappingPipeline(
UIAgentOptions
options, ILogger? logger = null)