Skip to content

Commit

Permalink
fix: question prompt follows the react prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
skoob13 committed Oct 30, 2024
1 parent 80f80b5 commit 33981dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ee/hogai/trends/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@
"""

react_user_prompt = """
Answer the following question as best you can. What events, properties and/or property values should I use to answer this question: "{{question}}"?
Answer the following question as best you can.
Question: What events, properties and/or property values should I use to answer this question "{{question}}"?
"""

react_follow_up_prompt = """
Expand Down

0 comments on commit 33981dc

Please sign in to comment.