Skip to content

Commit 12827a6

Browse files
committed
Make hidden context after cancellation more explicit
1 parent 1860286 commit 12827a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatkit/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ async def handle_stream_cancelled(
365365
thread_id=thread.id,
366366
created_at=datetime.now(),
367367
id=self.store.generate_item_id("sdk_hidden_context", thread, context),
368-
content="The user cancelled the stream.",
368+
content="The user cancelled the stream. Stop responding to the prior request.",
369369
),
370370
context=context,
371371
)

0 commit comments

Comments
 (0)