Skip to content

Commit eaa7e78

Browse files
authored
Remove double assignment (#642)
1 parent ba4a776 commit eaa7e78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

langchain/src/agents/agent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ 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;
107106
}
108107

109108
get inputKeys(): string[] {

0 commit comments

Comments
 (0)