feat: ConversationalRetrievalChain (#85) #142
Annotations
10 warnings
src/libs/LangChain.Core/Chains/StackableChains/BaseStackableChain.cs#L89
Nullability of reference types in return type of 'Task<string> BaseStackableChain.Run(string resultKey)' doesn't match implicitly implemented member 'Task<string?> IChain.Run(string input)'.
|
src/libs/LangChain.Core/Chains/StackableChains/BaseStackableChain.cs#L89
In member Task<string> BaseStackableChain.Run(string resultKey), change parameter name resultKey to input in order to match the identifier as it has been declared in Task<string?> IChain.Run(string input) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
src/libs/LangChain.Core/Chains/StackableChains/BaseStackableChain.cs#L89
Nullability of reference types in return type of 'Task<string> BaseStackableChain.Run(string resultKey)' doesn't match implicitly implemented member 'Task<string?> IChain.Run(string input)'.
|
src/libs/LangChain.Core/Chains/StackableChains/BaseStackableChain.cs#L89
In member Task<string> BaseStackableChain.Run(string resultKey), change parameter name resultKey to input in order to match the identifier as it has been declared in Task<string?> IChain.Run(string input) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
src/libs/LangChain.Core/Chains/StackableChains/BaseStackableChain.cs#L89
Nullability of reference types in return type of 'Task<string> BaseStackableChain.Run(string resultKey)' doesn't match implicitly implemented member 'Task<string?> IChain.Run(string input)'.
|
src/libs/LangChain.Core/Chains/ConversationalRetrieval/ChatTurnTypeHelper.cs#L21
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'ChatTurnTypeHelper.GetChatHistory(IReadOnlyList<Message>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
src/libs/LangChain.Core/Chains/StackableChains/BaseStackableChain.cs#L89
In member Task<string> BaseStackableChain.Run(string resultKey), change parameter name resultKey to input in order to match the identifier as it has been declared in Task<string?> IChain.Run(string input) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
src/libs/LangChain.Core/Chains/StackableChains/BaseStackableChain.cs#L89
Nullability of reference types in return type of 'Task<string> BaseStackableChain.Run(string resultKey)' doesn't match implicitly implemented member 'Task<string?> IChain.Run(string input)'.
|
src/libs/LangChain.Core/Chains/ConversationalRetrieval/ChatTurnTypeHelper.cs#L21
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'ChatTurnTypeHelper.GetChatHistory(IReadOnlyList<Message>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
src/libs/LangChain.Core/Chains/StackableChains/BaseStackableChain.cs#L89
In member Task<string> BaseStackableChain.Run(string resultKey), change parameter name resultKey to input in order to match the identifier as it has been declared in Task<string?> IChain.Run(string input) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
The logs for this run have expired and are no longer available.
Loading