Agents #75
Annotations
10 warnings
src/libs/LangChain.Core/Chains/Chain.cs#L136
Cannot convert null literal to non-nullable reference type.
|
src/libs/LangChain.Core/Chains/StackableChains/Agents/AgentExecutorChain.cs#L17
'AgentExecutorChain.Name' hides inherited member 'BaseStackableChain.Name'. Use the new keyword if hiding was intended.
|
src/libs/LangChain.Core/Chains/StackableChains/Agents/ReActAgentExecutorChain.cs#L46
Cannot convert null literal to non-nullable reference type.
|
src/libs/LangChain.Core/Chains/StackableChains/Agents/ReActAgentExecutorChain.cs#L69
Possible null reference return.
|
src/libs/LangChain.Core/Chains/StackableChains/Agents/ReActAgentExecutorChain.cs#L97
Dereference of a possibly null reference.
|
src/libs/LangChain.Core/Chains/StackableChains/Agents/GroupChat.cs#L27
Possible null reference assignment.
|
src/libs/LangChain.Core/Chains/StackableChains/Agents/GroupChat.cs#L23
Non-nullable field '_stopPhrase' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/libs/LangChain.Core/Chains/StackableChains/Agents/AgentExecutorChain.cs#L24
Non-nullable field '_chainWithHistory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/libs/LangChain.Core/Chains/Chain.cs#L136
Missing XML comment for publicly visible type or member 'Chain.ReActAgentExecutor(IChatModel, string, int, string, string)'
|
src/libs/LangChain.Core/Chains/Chain.cs#L143
Missing XML comment for publicly visible type or member 'Chain.ReActParser(string, string)'
|
The logs for this run have expired and are no longer available.
Loading