tryAGI / LangChain

C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
https://tryagi.gitbook.io/langchain/
MIT License
450 stars 70 forks source link

Bug title #340

Open underwater opened 4 weeks ago

underwater commented 4 weeks ago

Describe the bug

running the example LangChain.Samples.Prompts throws System.InvalidOperationException : 'Return values have multiple keys, 'run' only supported when one key currently'

Steps to reproduce the bug

set LangChain.Samples.Prompts as startup project and run. exception will be thrown n LangChain.Base.BaseChain.RunAsync(..)

Expected behavior

No response

Screenshots

image

NuGet package version

No response

Additional context

No response