mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-11 05:33:36 +00:00
docs(feishu): add toolHintPrefix to README config example
This commit is contained in:
parent
6fd2511c8a
commit
27e7a338a3
@ -562,6 +562,7 @@ Uses **WebSocket** long connection — no public IP required.
|
||||
"groupPolicy": "mention",
|
||||
"reactEmoji": "OnIt",
|
||||
"doneEmoji": "DONE",
|
||||
"toolHintPrefix": "🔧",
|
||||
"streaming": true
|
||||
}
|
||||
}
|
||||
@ -574,6 +575,7 @@ Uses **WebSocket** long connection — no public IP required.
|
||||
> `groupPolicy`: `"mention"` (default — respond only when @mentioned), `"open"` (respond to all group messages). Private chats always respond.
|
||||
> `reactEmoji`: Emoji for "processing" status (default: `OnIt`). See [available emojis](https://open.larkoffice.com/document/server-docs/im-v1/message-reaction/emojis-introduce).
|
||||
> `doneEmoji`: Optional emoji for "completed" status (e.g., `DONE`, `OK`, `HEART`). When set, bot adds this reaction after removing `reactEmoji`.
|
||||
> `toolHintPrefix`: Prefix for inline tool hints in streaming cards (default: `🔧`).
|
||||
|
||||
**3. Run**
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user