Skip to content

Commit 6a44146

Browse files
fregataaclaude
andcommitted
fix(BA-2946): fix misleading SessionScopeAction docstring
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 77ccefd commit 6a44146

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • src/ai/backend/manager/services/session

src/ai/backend/manager/services/session/base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ def entity_type(cls) -> EntityType:
2424

2525
@dataclass
2626
class SessionScopeAction(BaseScopeAction):
27-
"""Base class for session actions that operate within a scope (domain/project).
27+
"""Base class for session actions that operate within a scope.
2828
2929
Used for operations like creating or searching sessions within a specific scope.
3030
Subclasses must implement scope_type(), scope_id(), and target_element() methods.
31-
32-
Note: Scope should typically be USER scope (user_id), not GLOBAL.
3331
"""
3432

3533
@override

0 commit comments

Comments
 (0)