4 instantiations of UIAgentOptions
Microsoft.AspNetCore.Components.AI (4)
Engine\UIAgentOfT.cs (4)
21: this(chatClient, new UIAgentOptions<TState>(initialState), configure: null, loggerFactory: null) 34new UIAgentOptions<TState>(initialState), 50: this(chatClient, new UIAgentOptions<TState>(initialState), configure, loggerFactory: null) 66: this(chatClient, new UIAgentOptions<TState>(initialState), configure, loggerFactory)
4 references to UIAgentOptions
Microsoft.AspNetCore.Components.AI (4)
Engine\UIAgentOfT.cs (4)
48Action<UIAgentOptions<TState>> configure, 63Action<UIAgentOptions<TState>> configure, 72UIAgentOptions<TState> options, 73Action<UIAgentOptions<TState>>? configure,