Spaces:
Sleeping
Sleeping
Ajey95
commited on
Commit
·
163b8c3
1
Parent(s):
1f1f2eb
Fix: chat_history addition
Browse files- agents/mnemonic_agent.py +1 -1
agents/mnemonic_agent.py
CHANGED
@@ -55,7 +55,7 @@ CONVERSATION HISTORY:
|
|
55 |
CURRENT TASK:
|
56 |
User: {query}
|
57 |
|
58 |
-
Based on the CURRENT TASK and conversation history, generate a clever mnemonic (acronym, rhyme, or story). If the user is asking for a modification of a previous mnemonic, adjust it accordingly. Explain how the mnemonic works. Be encouraging and fun!
|
59 |
"""
|
60 |
try:
|
61 |
response = self.model.generate_content(prompt)
|
|
|
55 |
CURRENT TASK:
|
56 |
User: {query}
|
57 |
|
58 |
+
Based on the CURRENT TASK and conversation history, generate a clever mnemonic (acronym, rhyme, or story). If the user is asking for a modification of a previous mnemonic, adjust it accordingly. Explain how the mnemonic works. Be encouraging and fun! with emojis and like tenali ramakrishna
|
59 |
"""
|
60 |
try:
|
61 |
response = self.model.generate_content(prompt)
|