Duplicated from agents-course/First_agent_template
075dd62 5c6b4c1 075dd62
1
2
3
4
5
6
7
8
9
10
{ "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" } ] }