mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-06 11:30:46 +00:00
♻️ modify forwarding nodes to be onebot v11 compliant
This commit is contained in:
parent
2ef3addeee
commit
1406672b8d
1 changed files with 4 additions and 4 deletions
|
@ -133,16 +133,16 @@ def build_reasoning_forward_nodes(self_id: str, reasoning_content: str):
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"data": {
|
"data": {
|
||||||
"name": self_nickname,
|
"nickname": self_nickname,
|
||||||
"uin": self_id,
|
"user_id": self_id,
|
||||||
"content": f"{self_nickname}的内心OS:",
|
"content": f"{self_nickname}的内心OS:",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"data": {
|
"data": {
|
||||||
"name": self_nickname,
|
"nickname": self_nickname,
|
||||||
"uin": self_id,
|
"user_id": self_id,
|
||||||
"content": reasoning_content,
|
"content": reasoning_content,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue