Learn how to create and use skills to extend your agent’s capabilities
skills
parameter when creating an agent:
@skill
decorator@skill
@skill
, the system:
{"count": "5", "rate": "2.5", "active": "true"}
, the system automatically converts:
"5"
→ 5
(int)"2.5"
→ 2.5
(float)"true"
→ True
(bool)