#How to verbose tool output in Discord

1 messages ยท Page 1 of 1 (latest)

sand ginkgo
#

I was looking at this page in this docs that contains a section about verbose outputting, which seems to be what I want: https://docs.openclaw.ai/tools/thinking.

But setting that doesn't seem to actually output anything in Discord.

{
  "agents": {
    "defaults": {
      ...
      "verboseDefault": "full",
      "toolProgressDetail": "raw"
    }
  },

With this config, I'm expecting it to output like what it says in the docs:
๐Ÿ› ๏ธ Exec: check JS syntax for /tmp/app.js, node --check /tmp/app.js, but instead it just prints out the output of the tool exec.

I'm just asking it to create a temp file, and it just sends the location of the temp file in the tool output into discord without the exec message I'm supposed to get with /verbose full, which I've confirmed is set in my Discord as well.

wanton ventureBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution