Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support memory for functions #6165

Merged
merged 5 commits into from
Jun 19, 2023
Merged

support memory for functions #6165

merged 5 commits into from
Jun 19, 2023

Conversation

Fei-Wang
Copy link
Contributor

Before submitting

Add memory support for OpenAIFunctionsAgent like StructuredChatAgent.

Who can review?

@hwchase17

@0ptim 0ptim mentioned this pull request Jun 15, 2023
7 tasks
@Fei-Wang
Copy link
Contributor Author

@hwchase17
Hello, memory is very useful in application scenarios. For example, there is a function to calculate bmi, the height and weight are provided for the first time, and gpt returns the calculation result. For the second time, it can be said that if the weight is xxx, gpt will calculate bmi based on memory.

However, I noticed that the files for the master branch have changed, and I can handle conflicts if necessary.

@vercel
Copy link

vercel bot commented Jun 18, 2023

@hwchase17 is attempting to deploy a commit to the LangChain Team on Vercel.

A member of the Team first needs to authorize it.

@hwchase17 hwchase17 merged commit 50556f3 into langchain-ai:master Jun 19, 2023
This was referenced Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants