Files
ailine/backend/app/templates/tool_result.md
root 4c119073bc
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 6m6s
优化输出
2026-05-09 01:51:18 +08:00

332 B

工具执行结果

工具: {{ tool_name }} 状态: {{ status }}


{{ content }}


{% if metadata %}

📊 执行信息

项目
{% for key, value in metadata.items() %}
{{ key }} {{ value }}
{% endfor %}
{% endif %}

{% if duration %} 执行耗时: {{ duration }}ms {% endif %}