Skip to content
4 changes: 4 additions & 0 deletions astrbot/api/event/filter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
from astrbot.core.star.register import register_on_plugin_error as on_plugin_error
from astrbot.core.star.register import register_on_plugin_loaded as on_plugin_loaded
from astrbot.core.star.register import register_on_plugin_unloaded as on_plugin_unloaded
from astrbot.core.star.register import (
register_on_prompt_assembly as on_prompt_assembly,
)
from astrbot.core.star.register import register_on_using_llm_tool as on_using_llm_tool
from astrbot.core.star.register import (
register_on_waiting_llm_request as on_waiting_llm_request,
Expand Down Expand Up @@ -54,6 +57,7 @@
"on_astrbot_loaded",
"on_decorating_result",
"on_llm_request",
"on_prompt_assembly",
"on_llm_response",
"on_plugin_error",
"on_plugin_loaded",
Expand Down
Loading
Loading