mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-15 23:49:49 +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",
|
"groupPolicy": "mention",
|
||||||
"reactEmoji": "OnIt",
|
"reactEmoji": "OnIt",
|
||||||
"doneEmoji": "DONE",
|
"doneEmoji": "DONE",
|
||||||
|
"toolHintPrefix": "🔧",
|
||||||
"streaming": true
|
"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.
|
> `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).
|
> `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`.
|
> `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**
|
**3. Run**
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user