We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
消息事件AstrMessageEvent中,是否能够添加一个拒绝使用LLM的变量,以防止在未结束该事件的时候,去调用了LLM回复。我希望在事件处理中,执行 self.context.get_event_queue().put_nowait(event) 把事件重新打回到消息队列,此时我无法执行event.stop_event(),因此会触发LLM回复。
我希望在事件处理中,执行 self.context.get_event_queue().put_nowait(event) 把事件重新打回到消息队列,此时我无法执行event.stop_event(),因此会会触发LLM回复。
The text was updated successfully, but these errors were encountered:
✨ feat: 支持插件禁止默认的llm调用 #579
a452395
No branches or pull requests
描述
消息事件AstrMessageEvent中,是否能够添加一个拒绝使用LLM的变量,以防止在未结束该事件的时候,去调用了LLM回复。我希望在事件处理中,执行 self.context.get_event_queue().put_nowait(event) 把事件重新打回到消息队列,此时我无法执行event.stop_event(),因此会触发LLM回复。
使用场景
我希望在事件处理中,执行 self.context.get_event_queue().put_nowait(event) 把事件重新打回到消息队列,此时我无法执行event.stop_event(),因此会会触发LLM回复。
你愿意提交PR吗?
Code of Conduct
The text was updated successfully, but these errors were encountered: