Skip to content

Commit

Permalink
Remove double assignment (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Apr 6, 2023
1 parent ba4a776 commit eaa7e78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion langchain/src/agents/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export class LLMSingleActionAgent extends BaseSingleActionAgent {
this.stop = input.stop;
this.llmChain = input.llmChain;
this.outputParser = input.outputParser;
this.stop = input.stop;
}

get inputKeys(): string[] {
Expand Down

0 comments on commit eaa7e78

Please sign in to comment.