-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle TypeError in predict_is_ready caused by non-string message
Resolved an issue in where a object was being checked with the operator, causing a . Converted to a string before performing the check to ensure compatibility. Added safeguards to handle non-string message types gracefully.
- Loading branch information
1 parent
69347aa
commit bcaa3cd
Showing
1 changed file
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters