Skip to content

Commit 2feb3b5

Browse files
authored
fix: add this.stop = input.stop to LLMSingleActionAgent constructor (#620)
1 parent 813e99a commit 2feb3b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

langchain/src/agents/agent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export class LLMSingleActionAgent extends BaseSingleActionAgent {
103103
this.stop = input.stop;
104104
this.llmChain = input.llmChain;
105105
this.outputParser = input.outputParser;
106+
this.stop = input.stop;
106107
}
107108

108109
get inputKeys(): string[] {

0 commit comments

Comments
 (0)