LangChain icon indicating copy to clipboard operation
LangChain copied to clipboard

LangChain.Samples.Prompts example raises System.InvalidOperationException

Open underwater opened this issue 1 year ago • 2 comments

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

No response

NuGet package version

No response

Additional context

No response

underwater avatar Jun 11 '24 16:06 underwater

@underwater , @HavenDV

I am facing build issue

Image

Anything I am missing ?

postmeback avatar Jan 05 '25 05:01 postmeback

Please try again, I updated project to net9

HavenDV avatar Jan 05 '25 21:01 HavenDV