3 implementations of GetInfoAsync
Aspire.Dashboard (1)
Model\Assistant\AIContextProvider.cs (1)
268public async Task<GhcpInfoResponse> GetInfoAsync(CancellationToken cancellationToken)
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
29public Task<GhcpInfoResponse> GetInfoAsync(CancellationToken cancellationToken)
Aspire.Dashboard.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
29public Task<GhcpInfoResponse> GetInfoAsync(CancellationToken cancellationToken)
1 reference to GetInfoAsync
Aspire.Dashboard (1)
Model\Assistant\AssistantChatViewModel.cs (1)
338var getInfoTask = _aiContextProvider.GetInfoAsync(_cts.Token);