Skip to content

Commit

Permalink
updated agent test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maanethdesilva committed Dec 6, 2023
1 parent 0d085b6 commit 652417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/src/agents/tests/discord.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test.skip("DiscordSendMessagesTool should tell a joke in the discord channel", a
});

const res = await executor.invoke({
input: `Tell 2 jokes in the discord channel`,
input: `Tell a joke in the discord channel`,
});

console.log(res.output);
Expand Down

0 comments on commit 652417c

Please sign in to comment.