Spaces:
Sleeping
Sleeping
Initial commit with full functionality extend app req tools
Browse files
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:
|