We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebc7b7 commit ec49e48Copy full SHA for ec49e48
1 file changed
python/copilot/client.py
@@ -1101,17 +1101,9 @@ def on(
1101
def on(
1102
self,
1103
event_type_or_handler: SessionLifecycleEventType | SessionLifecycleHandler,
1104
-<<<<<<<<< Temporary merge branch 1
1105
/,
1106
- handler: Optional[SessionLifecycleHandler] = None,
1107
- ) -> HandlerUnsubcribe:
1108
-||||||||| f9144f1
1109
1110
- ) -> Callable[[], None]:
1111
-=========
1112
handler: SessionLifecycleHandler | None = None,
1113
) -> Callable[[], None]:
1114
->>>>>>>>> Temporary merge branch 2
1115
"""
1116
Subscribe to session lifecycle events.
1117
0 commit comments