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