Description
Check Existing Issues
- I have searched the existing issues and discussions.
Problem Description
I would like to suggest a custom followups section like we have with initial prompts. The ability to set it manually with things that we can do based on context would be amazing. Example. We are in a client's profile and it would recommend emailing medical records with a summary of the clients data, or generating a progress letter. It could be set in the settings like. Name, Prompt, Context. Name being what is shown to the user in the suggestion bar, Prompt being what is sent to the LLM when someone clicks it, and context being what would trigger that suggestion to be shown.
Here's a full example.
I just asked the LLM to look up a client named Janet. The llm uses the API connector tool to locate the client and open their profile. Once the client is found, a suggestion to Send an email containing a summary of the client's information shows up.
This suggestion would contain the following:
Name: Send an email to medical records containing client's summary of information
Prompt: send an email to medical records with the send_email tool in the following format. At top of email put number of classes completed, and attendance / no shows. After the list, add summary of the clients progress. At bottom of email add two tables, one with outcomes and the other with no-shows. Send this email using default email, not the logged in email address.
Context: show suggestion if user successfully locates a client and asks to see relevant data.
See how powerful this could be? Being able to show customized suggestions to actions being performed would level up this tool's productivity. Please consider adding this.
Desired Solution you'd like
Add the ability to set custom followups using the Name, Prompt, Context format.
Alternatives Considered
No response
Additional Context
No response