First_agent_template / agent.json
alexander1198's picture
Update agent.json
0f77c9e verified
raw
history blame contribute delete
181 Bytes
{
"model": "Qwen2.5-Coder",
"tools": [
"translate_text",
"get_current_time_in_timezone",
"duckduckgo_search",
"text_to_image",
"final_answer"
],
"prompt_templates": "prompts.yaml"
}