Skip to content

Commit ab775a0

Browse files
committed
Remove reset_conversation from warning
1 parent ea56b19 commit ab775a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/jupyter_ai_claude_code/persona.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ async def connect(
4343
The connected ClaudeSDKClient instance
4444
"""
4545
if self._client is not None:
46-
self.log.warning(
47-
"Client already connected. Use reset_conversation() to start fresh."
48-
)
46+
self.log.warning("Client already connected")
4947
return self._client
5048

5149
self._client = ClaudeSDKClient(options=options)

0 commit comments

Comments
 (0)