Update agent.py
Browse files
agent.py
CHANGED
|
@@ -54,7 +54,7 @@ class BasicAgent:
|
|
| 54 |
context = "No context found. Answer based on your knowledge."
|
| 55 |
|
| 56 |
# Use truncated_question for LLM too
|
| 57 |
-
|
| 58 |
{
|
| 59 |
"role": "system",
|
| 60 |
"content": (
|
|
|
|
| 54 |
context = "No context found. Answer based on your knowledge."
|
| 55 |
|
| 56 |
# Use truncated_question for LLM too
|
| 57 |
+
messages = [
|
| 58 |
{
|
| 59 |
"role": "system",
|
| 60 |
"content": (
|