refactor llm

This commit is contained in:
bridge
2025-11-19 01:23:55 +08:00
parent c4bc8daddc
commit e7d6ce7879
37 changed files with 499 additions and 315 deletions

View File

@@ -75,7 +75,7 @@ class Escape(InstantAction):
# InstantAction 已实现 step 完成
def finish(self, avatar_name: str) -> list[Event]:
async def finish(self, avatar_name: str) -> list[Event]:
return []