You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will be given a conversation transcript, and your task is to determine if the conversation is worth storing as a memory or not.
It is not worth storing if there are no interesting topics, facts, or information, in that case, output discard = True
```.
Consequently it has no knowledge that I've used a trigger keyword, the conversation gets discarded before any app processing can occur.
The discard prompt is very vague and it's unclear what would be "interesting topics facts or information". Does it use the context from the rest of my memories on what *I* find interesting? Or is this an llm without context?
**Expected behavior**
1: Any installed apps prompts should factor into the decision on if to discard the conversation or not.
2: Suggest modifying this prompt to add the descriptor "Applicable". Then potentially use a pre-processor on all the apps to determine what is "applicable". This would avoid having to iterate through all the apps to see if the conversation would trigger, as if there are many apps, this prompt could get large. Alternatively the apps model could contain a shorter prompt "do not discard if: "
3: The discard prompt is very vague and it's unclear what would be "interesting topics facts or information". It would be interesting to let the user modify this through developer tools.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**user ID (can we access the user info to validate the bug?):**
Can be found in settings => profile
**Smartphone + device (please complete the following information):**
- Device: iPhone16
- OS: 18.4.1
- Browser [e.g. stock browser, safari]
- App Version 1.0.59+273
- Device version 2.0.10
**Additional context**
The text was updated successfully, but these errors were encountered:
Describe the bug
Some apps that should trigger do not because they get discarded before they can be processed
To Reproduce
Steps to reproduce the behavior:
Current behavior
should_discard_conversation is running this prompt before it checks any of the plugins: \
The text was updated successfully, but these errors were encountered: