From 19dc75157dae69e5d244d40d7381136862392499 Mon Sep 17 00:00:00 2001 From: Marcin Szczyglinski Date: Sun, 15 Dec 2024 05:31:26 +0100 Subject: [PATCH] Updated instruction --- src/pygpt_net/plugin/mailer/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pygpt_net/plugin/mailer/config.py b/src/pygpt_net/plugin/mailer/config.py index 5e4bf2a66..d5be9bcac 100755 --- a/src/pygpt_net/plugin/mailer/config.py +++ b/src/pygpt_net/plugin/mailer/config.py @@ -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",