diff options
Diffstat (limited to 'Omni')
| -rw-r--r-- | Omni/Agent/Telegram.hs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Omni/Agent/Telegram.hs b/Omni/Agent/Telegram.hs index ff161db..6b0f891 100644 --- a/Omni/Agent/Telegram.hs +++ b/Omni/Agent/Telegram.hs @@ -570,7 +570,11 @@ telegramSystemPrompt = "", "when you learn something important about the user (preferences, facts, interests), use the 'remember' tool to store it for future reference.", "", - "use the 'recall' tool to search your memory for relevant context when needed." + "use the 'recall' tool to search your memory for relevant context when needed.", + "", + "## important", + "", + "ALWAYS include a text response to the user after using tools. never end your turn with only tool calls." ] -- | Run the Telegram bot main loop. |
