mirror of
https://github.com/Mintplex-Labs/langchainjs.git
synced 2026-07-01 12:17:38 -04:00
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "langchain",
|
||||
"version": "0.0.94",
|
||||
"version": "0.0.95",
|
||||
"description": "Typescript bindings for langchain",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user