We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e2f1a commit c3f3366Copy full SHA for c3f3366
1 file changed
python/copilot/session.py
@@ -59,7 +59,8 @@ def __init__(self, session_id: str, client: Any, workspace_path: Optional[str] =
59
Args:
60
session_id: The unique identifier for this session.
61
client: The internal client connection to the Copilot CLI.
62
- workspace_path: Path to the session workspace directory (when infinite sessions enabled).
+ workspace_path: Path to the session workspace directory
63
+ (when infinite sessions enabled).
64
"""
65
self.session_id = session_id
66
self._client = client
0 commit comments