feat: add Google Vertex AI connector implementation #493
Annotations
8 warnings
|
test/OpenChat.PlaygroundApp.Tests/Connectors/GoogleVertexAIConnectorTests.cs#L221
Theory method 'Given_Invalid_Settings_When_CreateChatClientAsync_Invoked_Then_It_Should_Throw' on test class 'GoogleVertexAIConnectorTests' does not use parameter 'model'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
test/OpenChat.PlaygroundApp.Tests/Connectors/GoogleVertexAIConnectorTests.cs#L221
Theory method 'Given_Invalid_Settings_When_CreateChatClientAsync_Invoked_Then_It_Should_Throw' on test class 'GoogleVertexAIConnectorTests' does not use parameter 'apiKey'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
test/OpenChat.PlaygroundApp.Tests/Connectors/GoogleVertexAIConnectorTests.cs#L182
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
test/OpenChat.PlaygroundApp.Tests/Connectors/GoogleVertexAIConnectorTests.cs#L165
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
test/OpenChat.PlaygroundApp.Tests/Connectors/GoogleVertexAIConnectorTests.cs#L221
Theory method 'Given_Invalid_Settings_When_CreateChatClientAsync_Invoked_Then_It_Should_Throw' on test class 'GoogleVertexAIConnectorTests' does not use parameter 'model'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
test/OpenChat.PlaygroundApp.Tests/Connectors/GoogleVertexAIConnectorTests.cs#L221
Theory method 'Given_Invalid_Settings_When_CreateChatClientAsync_Invoked_Then_It_Should_Throw' on test class 'GoogleVertexAIConnectorTests' does not use parameter 'apiKey'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
|
test/OpenChat.PlaygroundApp.Tests/Connectors/GoogleVertexAIConnectorTests.cs#L182
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
test/OpenChat.PlaygroundApp.Tests/Connectors/GoogleVertexAIConnectorTests.cs#L165
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The logs for this run have expired and are no longer available.
Loading