Skip to content

Commit

Permalink
fix terminal channel
Browse files Browse the repository at this point in the history
  • Loading branch information
6vision committed Jun 15, 2024
1 parent ca8e06e commit c41ec13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions channel/terminal/terminal_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def startup(self):
prompt = trigger_prefixs[0] + prompt # 给没触发的消息加上触发前缀

context = self._compose_context(ContextType.TEXT, prompt, msg=TerminalMessage(msg_id, prompt))
context["isgroup"] = False
if context:
self.produce(context)
else:
Expand Down

0 comments on commit c41ec13

Please sign in to comment.