Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 29, 2023
1 parent f6b0b06 commit f3f3f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def parse_result(
return self._parse_ai_message(message)

async def aparse_result(
self, result: List[Generation]
self, result: List[Generation], *, partial: bool = False
) -> Union[AgentAction, AgentFinish]:
return await asyncio.get_running_loop().run_in_executor(
None, self.parse_result, result
Expand Down

0 comments on commit f3f3f71

Please sign in to comment.