bugfix
This commit is contained in:
parent
df8654ef23
commit
20ed422449
@ -180,7 +180,7 @@ class IndustrialSkillEngine:
|
||||
|
||||
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)
|
||||
background_coro(f)
|
||||
while True:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user