Skip to content

Sweep: Add options like temperature to LangChain CLI OpenAI provider command #286

Sweep: Add options like temperature to LangChain CLI OpenAI provider command

Sweep: Add options like temperature to LangChain CLI OpenAI provider command #286

Triggered via pull request April 24, 2024 02:10
Status Failure
Total duration 3m 5s
Artifacts

pull-request.yml

on: pull_request
Build and test  /  Build, test and publish
2m 54s
Build and test / Build, test and publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
Build and test / Build, test and publish: src/Cli/src/Commands/Auth/OpenAiCommand.cs#L63
No overload for method 'AuthenticateWithApiKeyAsync' takes 4 arguments
Build and test / Build, test and publish: src/Cli/src/Commands/Auth/OpenAiCommand.cs#L63
No overload for method 'AuthenticateWithApiKeyAsync' takes 4 arguments
Build and test / Build, test and publish
Process completed with exit code 1.
Build and test / Build, test and publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and test / Build, test and publish: src/Sources/Abstractions/src/EnumerableExtensions.cs#L69
Use 'string.StartsWith(char)' instead of 'string.StartsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1867)
Build and test / Build, test and publish: src/Serve/Abstractions/LangChain.Serve.Abstractions/IConversationNameProvider.cs#L7
Change 'List<StoredMessage>' in 'IConversationNameProvider.GetConversationName(List<StoredMessage>)' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
Build and test / Build, test and publish: src/Providers/Anthropic/libs/Anthropic.Generator/Generators/Steps.cs#L9
Return type of 'CommonSteps.ForAttributeWithMetadataName(SyntaxValueProvider, string)' is not CLS-compliant
Build and test / Build, test and publish: src/Providers/Anthropic/libs/Anthropic.Generator/Generators/Steps.cs#L22
Return type of 'CommonSteps.SelectManyAllAttributesOfCurrentInterfaceSyntax(IncrementalValuesProvider<GeneratorAttributeSyntaxContext>)' is not CLS-compliant
Build and test / Build, test and publish: src/Providers/Anthropic/libs/Anthropic.Generator/Generators/Steps.cs#L23
Argument type 'IncrementalValuesProvider<GeneratorAttributeSyntaxContext>' is not CLS-compliant
Build and test / Build, test and publish: src/Providers/Anthropic/libs/Anthropic.Generator/Generators/AnthropicToolsGenerator.cs#L21
Argument type 'IncrementalGeneratorInitializationContext' is not CLS-compliant
Build and test / Build, test and publish: src/Providers/Amazon.Bedrock/src/Embedding/Settings/BedrockEmbeddingSettings.cs#L31
The member 'BedrockEmbeddingSettings.Calculate(EmbeddingSettings?, EmbeddingSettings?, EmbeddingSettings?)' does not hide an accessible member. The new keyword is not required.
Build and test / Build, test and publish: src/Providers/Amazon.Bedrock/src/Embedding/Settings/BedrockEmbeddingSettings.cs#L31
The member 'BedrockEmbeddingSettings.Calculate(EmbeddingSettings?, EmbeddingSettings?, EmbeddingSettings?)' does not hide an accessible member. The new keyword is not required.