You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(llm): handle None response in total_token_count_from_response
- Add isinstance(resp, dict) checks before using 'in' operator
- Prevents TypeError when resp is not a dictionary
- Applies fix to new location: common/token_utils.py
Fixes#10933
Signed-off-by: Zhang Zhefang <[email protected]>
0 commit comments