MHamdan commited on
Commit
981d12f
·
1 Parent(s): 39e9071

Initial commit with full functionality extend app req tools

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from Gradio_UI import GradioUI
6
 
7
  def create_agent():
8
  # Initialize the final answer tool
9
- final_answer = FinalAnswerTool()
10
 
11
  # Load prompt templates
12
  with open("prompts.yaml", 'r') as stream:
 
6
 
7
  def create_agent():
8
  # Initialize the final answer tool
9
+ final_answer = FinalAnswerTool(description="Tool for providing the final answer to the agent's task")
10
 
11
  # Load prompt templates
12
  with open("prompts.yaml", 'r') as stream: