Skip to content

Commit

Permalink
Updated instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Dec 15, 2024
1 parent 6223bd6 commit 19dc751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygpt_net/plugin/mailer/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def from_defaults(self, plugin: BasePlugin = None):
plugin.add_cmd(
"get_email_body",
instruction="Retrieve the complete email content from the inbox. Use this to access the message body. "
"To obtain email IDs, use the 'receive_emails' function first.",
"To obtain email IDs, use the 'get_emails' function first.",
params=[
{
"name": "id",
Expand Down

0 comments on commit 19dc751

Please sign in to comment.