bugfix
This commit is contained in:
parent
cff3b86a74
commit
88ba3cd766
@ -184,7 +184,7 @@ class IndustrialSkillEngine:
|
||||
|
||||
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)
|
||||
background_coro(f)
|
||||
asyncio.create_task(f())
|
||||
while True:
|
||||
data = await self.task_queue.get()
|
||||
if not data:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user