First_agent_template1 / agent.json
poushali369's picture
Update agent.json
5c6b4c1 verified
raw
history blame contribute delete
219 Bytes
{
"model": "meta-llama/Llama-3-8b-Instruct",
"tools": [
{
"name": "suggest_activity",
"path": "tools/suggest_activity.py",
"description": "Suggests an activity based on user's mood"
}
]
}