3 implementations of OnContextChanged
Aspire.Dashboard (1)
Model\Assistant\AIContextProvider.cs (1)
197
public IDisposable
OnContextChanged
(Func<Task> callback)
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
54
public IDisposable
OnContextChanged
(Func<Task> callback)
Aspire.Dashboard.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
54
public IDisposable
OnContextChanged
(Func<Task> callback)
1 reference to OnContextChanged
Aspire.Dashboard (1)
Model\Assistant\AssistantChatViewModel.cs (1)
411
_contextProviderSubscription = _aiContextProvider.
OnContextChanged
(async () =>