Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_co
|
|
| 53 |
with open("prompts.yaml", 'r') as stream:
|
| 54 |
prompt_templates = yaml.safe_load(stream)
|
| 55 |
|
| 56 |
-
avail_tools = [final_answer,
|
| 57 |
|
| 58 |
agent = CodeAgent(
|
| 59 |
model=model,
|
|
|
|
| 53 |
with open("prompts.yaml", 'r') as stream:
|
| 54 |
prompt_templates = yaml.safe_load(stream)
|
| 55 |
|
| 56 |
+
avail_tools = [final_answer, get_standing, get_competitions_info, get_list_teams, get_top_scores]
|
| 57 |
|
| 58 |
agent = CodeAgent(
|
| 59 |
model=model,
|