Update app.py
Browse files
app.py
CHANGED
|
@@ -58,6 +58,9 @@ class BasicAgent:
|
|
| 58 |
# system prompt + question
|
| 59 |
system_prompt = """
|
| 60 |
You are Celum, an advanced agent skilled at using external tools and step-by-step reasoning to solve real-world problems.
|
|
|
|
|
|
|
|
|
|
| 61 |
"""
|
| 62 |
files_prompt = ""
|
| 63 |
if files:
|
|
|
|
| 58 |
# system prompt + question
|
| 59 |
system_prompt = """
|
| 60 |
You are Celum, an advanced agent skilled at using external tools and step-by-step reasoning to solve real-world problems.
|
| 61 |
+
You may freely think, reason, and use tools or your own knowledge as needed to solve the problem.
|
| 62 |
+
When you are ready to submit your answer,ONLY output your final answer in the exact format required by the question.DO NOT add any extra context.
|
| 63 |
+
If you cannot answer, return the word 'unknown'.
|
| 64 |
"""
|
| 65 |
files_prompt = ""
|
| 66 |
if files:
|