mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-08-28 05:15:00 +00:00
ErrorCode is a str Enum whose members are not callable. Calling `raise ErrorCode.SESSION_NOT_FOUND(name)` produces a TypeError instead of the intended session-not-found error. Replace all 5 occurrences with `raise GroundingError(..., code=ErrorCode.SESSION_NOT_FOUND)`. Closes #11 Made-with: Cursor |
||
|---|---|---|
| .. | ||
| quality | ||
| security | ||
| system | ||
| tool | ||
| transport | ||
| exceptions.py | ||
| grounding_client.py | ||
| provider.py | ||
| search_tools.py | ||
| session.py | ||
| types.py | ||