mirror of https://github.com/openclaw/openclaw.git
Agents: use tool emoji for ACP tool_call summaries
This commit is contained in:
parent
4324d84edd
commit
5232f96d59
|
|
@ -30,6 +30,16 @@
|
|||
"title": "Exec",
|
||||
"detailKeys": ["command"]
|
||||
},
|
||||
"tool_call": {
|
||||
"emoji": "🧰",
|
||||
"title": "Tool Call",
|
||||
"detailKeys": []
|
||||
},
|
||||
"tool_call_update": {
|
||||
"emoji": "🧰",
|
||||
"title": "Tool Call",
|
||||
"detailKeys": []
|
||||
},
|
||||
"process": {
|
||||
"emoji": "🧰",
|
||||
"title": "Process",
|
||||
|
|
|
|||
Loading…
Reference in New Issue