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
Copy file name to clipboardExpand all lines: backend/src/agent/prompts.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ def get_current_date():
87
87
- You have access to all the information gathered from the previous steps.
88
88
- You have access to the user's question.
89
89
- Generate a high-quality answer to the user's question based on the provided summaries and the user's question.
90
-
- You MUST include all the citations from the summaries in the answer correctly.
90
+
- Include the sources you used from the Summaries in the answer correctly, use markdown format (e.g. [apnews](https://vertexaisearch.cloud.google.com/id/1-0)). THIS IS A MUST.
0 commit comments