Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add handling for empty response (#808)
In some cases, the llm may fail to generate any response (maybe timeout or connection issues), it will result in None response and that creates an error when it is passed in for regular expression tag parsing. This PR fixes that by ensuring response is not None before passing in to process. --------- Signed-off-by: Arthur Chan <[email protected]>
- Loading branch information