feat:支持msg_id获取消息能力

This commit is contained in:
SengokuCola
2026-04-22 11:26:39 +08:00
parent e9da641dbb
commit 1716272b25
4 changed files with 42 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ def get_tool_spec() -> ToolSpec:
return ToolSpec(
name="at",
brief_description="根据一条已知 msg_id 找到发言用户,并发送一条 @ 该用户的消息。",
brief_description="当明确提及某位用户时,发送一条 @ 该用户的消息。",
detailed_description=(
"参数说明:\n"
"- msg_idstring必填。要 @ 的目标用户发过的消息编号。\n"