mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-16 09:26:07 +00:00
perf: resp_message_chain 改为 list 类型 (#770)
This commit is contained in:
@@ -31,7 +31,7 @@ class SendResponseBackStage(stage.PipelineStage):
|
||||
|
||||
await self.ap.platform_mgr.send(
|
||||
query.message_event,
|
||||
query.resp_message_chain,
|
||||
query.resp_message_chain[-1],
|
||||
adapter=query.adapter
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user