Skip to content

Commit

Permalink
Merge pull request langchain-ai#1650 from hwchase17/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
nfcampos authored Jun 14, 2023
2 parents 687f2c8 + 361a3e3 commit c538b22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "0.0.94",
"version": "0.0.95",
"description": "Typescript bindings for langchain",
"type": "module",
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions langchain/src/agents/initialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export async function initializeAgentExecutorWithOptions(
returnMessages: true,
memoryKey: "chat_history",
inputKey: "input",
outputKey: "output",
}),
...rest,
});
Expand All @@ -178,6 +179,7 @@ export async function initializeAgentExecutorWithOptions(
returnMessages: true,
memoryKey: "chat_history",
inputKey: "input",
outputKey: "output",
}),
...rest,
});
Expand Down

0 comments on commit c538b22

Please sign in to comment.