1 instantiation of GhcpInfoResponse
Aspire.Dashboard (1)
Model\Assistant\ChatClientFactory.cs (1)
102
return new
GhcpInfoResponse
9 references to GhcpInfoResponse
Aspire.Dashboard (7)
Model\Assistant\AIContextProvider.cs (2)
23
private
GhcpInfoResponse
? _response;
268
public async Task<
GhcpInfoResponse
> GetInfoAsync(CancellationToken cancellationToken)
Model\Assistant\AssistantChatViewModel.cs (1)
339
GhcpInfoResponse
? response = null;
Model\Assistant\ChatClientFactory.cs (3)
95
public async Task<
GhcpInfoResponse
> GetInfoAsync(CancellationToken cancellationToken)
143
var
response = await httpResponse.Content.ReadFromJsonAsync<
GhcpInfoResponse
>(cancellationToken).ConfigureAwait(false);
Model\Assistant\IAIContextProvider.cs (1)
28
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)