Skip to content

Commit

Permalink
Update chat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Aug 14, 2024
1 parent 0fb131a commit f258e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evdschat/core/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def chat(
if isinstance(res, type(None)):
raise GotNoneFromGetter()
if isinstance(res, str):
return res
return res,""
if isinstance(res, bool):
raise ValueError(
"""
Expand Down

0 comments on commit f258e35

Please sign in to comment.