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