Sweep: Add options like temperature to LangChain CLI OpenAI provider command #286
Annotations
3 errors and 11 warnings
Build using dotnet:
src/Cli/src/Commands/Auth/OpenAiCommand.cs#L63
No overload for method 'AuthenticateWithApiKeyAsync' takes 4 arguments
|
Build using dotnet:
src/Cli/src/Commands/Auth/OpenAiCommand.cs#L63
No overload for method 'AuthenticateWithApiKeyAsync' takes 4 arguments
|
Build using dotnet
Process completed with exit code 1.
|
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 using dotnet:
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 using dotnet:
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 using dotnet:
src/Providers/Anthropic/libs/Anthropic.Generator/Generators/Steps.cs#L9
Return type of 'CommonSteps.ForAttributeWithMetadataName(SyntaxValueProvider, string)' is not CLS-compliant
|
Build using dotnet:
src/Providers/Anthropic/libs/Anthropic.Generator/Generators/Steps.cs#L10
Argument type 'SyntaxValueProvider' is not CLS-compliant
|
Build using dotnet:
src/Providers/Anthropic/libs/Anthropic.Generator/Generators/Steps.cs#L22
Return type of 'CommonSteps.SelectManyAllAttributesOfCurrentInterfaceSyntax(IncrementalValuesProvider<GeneratorAttributeSyntaxContext>)' is not CLS-compliant
|
Build using dotnet:
src/Providers/Anthropic/libs/Anthropic.Generator/Generators/Steps.cs#L23
Argument type 'IncrementalValuesProvider<GeneratorAttributeSyntaxContext>' is not CLS-compliant
|
Build using dotnet:
src/Providers/Anthropic/libs/Anthropic.Generator/Generators/AnthropicToolsGenerator.cs#L21
Argument type 'IncrementalGeneratorInitializationContext' is not CLS-compliant
|
Build using dotnet:
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 using dotnet:
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 using dotnet:
src/Providers/OpenAI/src/Chat/Message.Extension.cs#L11
Argument type 'Tool' is not CLS-compliant
|
Loading