Merge pull request #1650 from hwchase17/release

Release
This commit is contained in:
Nuno Campos
2023-06-14 15:26:23 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "0.0.94",
"version": "0.0.95",
"description": "Typescript bindings for langchain",
"type": "module",
"engines": {
+2
View File
@@ -152,6 +152,7 @@ export async function initializeAgentExecutorWithOptions(
returnMessages: true,
memoryKey: "chat_history",
inputKey: "input",
outputKey: "output",
}),
...rest,
});
@@ -178,6 +179,7 @@ export async function initializeAgentExecutorWithOptions(
returnMessages: true,
memoryKey: "chat_history",
inputKey: "input",
outputKey: "output",
}),
...rest,
});