Spaces:
Sleeping
Sleeping
Update instruction a bit
Browse files- agents/single_agent.py +1 -1
agents/single_agent.py
CHANGED
@@ -38,7 +38,7 @@ def create_single_agent(model):
|
|
38 |
additional_authorized_imports=['numpy', 'bs4', 'rich'],
|
39 |
max_steps=25,
|
40 |
verbosity_level=2,
|
41 |
-
description="Specialized agent for finding and extracting song lyrics specified by the user. Performs lyrics search and after getting the lyrics full text from the web, it performs the analysis using given tools. Provides detailed commentary with beautiful and human-readable format using rich library formatting. Format analysis results in rich colorful output.",
|
42 |
prompt_templates=prompt_templates
|
43 |
)
|
44 |
|
|
|
38 |
additional_authorized_imports=['numpy', 'bs4', 'rich'],
|
39 |
max_steps=25,
|
40 |
verbosity_level=2,
|
41 |
+
description="Specialized agent for finding and extracting song lyrics specified by the user using search and analysis tools. Performs lyrics search and after getting the lyrics full text from the web, it performs the analysis using given tools. Provides detailed commentary with beautiful and human-readable format using rich library formatting. Format analysis results in rich colorful output.",
|
42 |
prompt_templates=prompt_templates
|
43 |
)
|
44 |
|