ReAct Agent Tools Documentation
{% for tool in tools %}
{% endfor %}
@tool {{ tool.name }}
Documentation:
{{ tool.doc }}
Parameters:
Name | Type | Default |
---|---|---|
{{ param.name }} | {{ param.annotation }} |
{% if param.default != None %}{{ param.default }} {% else %}-{% endif %} |
Returns:
{{ tool.return_annotation }}