This commit is contained in:
24
backend/app/templates/tool_result.md
Normal file
24
backend/app/templates/tool_result.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 工具执行结果
|
||||
|
||||
**工具**: {{ tool_name }}
|
||||
**状态**: {{ status }}
|
||||
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
|
||||
---
|
||||
|
||||
{% if metadata %}
|
||||
### 📊 执行信息
|
||||
|
||||
| 项目 | 值 |
|
||||
|------|-----|
|
||||
{% for key, value in metadata.items() %}
|
||||
| {{ key }} | {{ value }} |
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if duration %}
|
||||
*执行耗时: {{ duration }}ms*
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user