tryAGI/LangChain

Example not working

mweel1 opened this issue · 2 comments

Describe the bug

I copied the example and these methods are not found

image

Steps to reproduce the bug

Download the dependencies (not prerelease)
Copy example code from Github home page
Compile

Expected behavior

Expect function to be found

Screenshots

No response

NuGet package version

15.0

Additional context

No response

add
using static LangChain.Chains.Chain;

@curlyfro that did the trick, thanks!