Skip to content

[Feature] Add streaming ability in chat page using Azure SignalR service #591

[Feature] Add streaming ability in chat page using Azure SignalR service

[Feature] Add streaming ability in chat page using Azure SignalR service #591

Re-run triggered November 26, 2024 08:14
Status Failure
Total duration 1m 33s
Artifacts

dotnet-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build: app/tests/MinimalApi.Tests/ReadRetrieveReadChatServiceTest.cs#L49
There is no argument given that corresponds to the required parameter 'hubContext' of 'ReadRetrieveReadChatService.ReadRetrieveReadChatService(ISearchService, OpenAIClient, IConfiguration, IHubContext<ChatHub>, IComputerVisionService?, TokenCredential?)'
build: app/tests/MinimalApi.Tests/ReadRetrieveReadChatServiceTest.cs#L107
Argument 4: cannot convert from 'AzureComputerVisionService' to 'Microsoft.AspNetCore.SignalR.IHubContext<MinimalApi.Hubs.ChatHub>'
build: app/tests/MinimalApi.Tests/ReadRetrieveReadChatServiceTest.cs#L108
Argument 5: cannot convert from 'Azure.Identity.DefaultAzureCredential' to 'IComputerVisionService?'
build: app/tests/MinimalApi.Tests/ReadRetrieveReadChatServiceTest.cs#L49
There is no argument given that corresponds to the required parameter 'hubContext' of 'ReadRetrieveReadChatService.ReadRetrieveReadChatService(ISearchService, OpenAIClient, IConfiguration, IHubContext<ChatHub>, IComputerVisionService?, TokenCredential?)'
build: app/tests/MinimalApi.Tests/ReadRetrieveReadChatServiceTest.cs#L107
Argument 4: cannot convert from 'AzureComputerVisionService' to 'Microsoft.AspNetCore.SignalR.IHubContext<MinimalApi.Hubs.ChatHub>'
build: app/tests/MinimalApi.Tests/ReadRetrieveReadChatServiceTest.cs#L108
Argument 5: cannot convert from 'Azure.Identity.DefaultAzureCredential' to 'IComputerVisionService?'
build
Process completed with exit code 1.