OpenSpace/openspace/grounding/core
xzq.xu 171c1b76f8 fix: replace ErrorCode enum calls with GroundingError raises
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
2026-04-03 23:10:28 +08:00
..
quality initial commit 2026-03-24 16:03:22 +08:00
security initial commit 2026-03-24 16:03:22 +08:00
system initial commit 2026-03-24 16:03:22 +08:00
tool initial commit 2026-03-24 16:03:22 +08:00
transport initial commit 2026-03-24 16:03:22 +08:00
exceptions.py initial commit 2026-03-24 16:03:22 +08:00
grounding_client.py fix: replace ErrorCode enum calls with GroundingError raises 2026-04-03 23:10:28 +08:00
provider.py initial commit 2026-03-24 16:03:22 +08:00
search_tools.py initial commit 2026-03-24 16:03:22 +08:00
session.py initial commit 2026-03-24 16:03:22 +08:00
types.py initial commit 2026-03-24 16:03:22 +08:00