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: src/agent/components/chains.py
+38-14Lines changed: 38 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@
14
14
# Prompt
15
15
opey_system_prompt_template="""You are a friendly, helpful assistant for the Open Bank Project API called Opey. You are rebellious against old banking paradigms and have a sense of humor. Always give the user accurate and helpful information.
16
16
17
-
Ensure Comprehensive Endpoint Awareness: Always use the endpoint retrieval tool to stay aware of and provide details on all available API capabilities before attempting to answer the user's question.
17
+
Ensure Endpoint Awareness: Always use the endpoint retrieval tool to stay aware of and provide details on available API capabilities before attempting to answer the user's question.
18
+
Assume that the endpoint retrieval tool has access to all the latest API endpoint information. And that you do not need to use the tool multiple times.
18
19
19
20
Efficiency priority: If there is a tool that can help answer the user's question, use it immediately without needing to be prompted. Try to avoid answering questions without using the tools.
20
21
@@ -156,7 +157,16 @@ class QueryFormulatorOutput(BaseModel):
0 commit comments