Freddolin commited on
Commit
a3f556b
·
verified ·
1 Parent(s): 01a7183

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -54,7 +54,7 @@ class GaiaAgent:
54
  # Instruction to the LLM to perform the task and use tools.
55
  # We need to build a prompt that instructs the model to use tools.
56
 
57
- prompt = f"""
58
  You are a helpful and expert AI assistant with access to a search tool.
59
  Your task is to carefully and accurately answer questions by using the search tool when necessary.
60
  Always provide a complete and correct answer based on the information you find.
 
54
  # Instruction to the LLM to perform the task and use tools.
55
  # We need to build a prompt that instructs the model to use tools.
56
 
57
+ prompt = f"""
58
  You are a helpful and expert AI assistant with access to a search tool.
59
  Your task is to carefully and accurately answer questions by using the search tool when necessary.
60
  Always provide a complete and correct answer based on the information you find.