This commit is contained in:
yumoqing 2026-02-11 18:12:38 +08:00
parent df8654ef23
commit 20ed422449

View File

@ -180,7 +180,7 @@ class IndustrialSkillEngine:
return base_content return base_content
async def reference(self, user_prompt:str, context: str=None, is_retry: boolean=False): async def reference(self, user_prompt:str, context: str=None, is_retry: bool=False):
f = partial(self.run, user_prompt, context=context, is_retry=is_retry) f = partial(self.run, user_prompt, context=context, is_retry=is_retry)
background_coro(f) background_coro(f)
while True: while True: