We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4be369 commit 97c9e95Copy full SHA for 97c9e95
1 file changed
astrbot/core/astr_main_agent.py
@@ -42,10 +42,10 @@
42
from astrbot.core.platform.astr_message_event import AstrMessageEvent
43
from astrbot.core.provider import Provider
44
from astrbot.core.provider.entities import ProviderRequest
45
+from astrbot.core.provider.manager import llm_tools
46
from astrbot.core.skills.skill_manager import SkillManager, build_skills_prompt
47
from astrbot.core.star.context import Context
48
from astrbot.core.star.star_handler import star_map
-from astrbot.core.provider.manager import llm_tools
49
from astrbot.core.tools.cron_tools import (
50
CREATE_CRON_JOB_TOOL,
51
DELETE_CRON_JOB_TOOL,
0 commit comments