From 93a3492337143831f900a6eca5e53a569bae61b9 Mon Sep 17 00:00:00 2001 From: Vincent Lin Date: Tue, 7 Oct 2025 18:34:31 +0100 Subject: [PATCH] fix: correct widgets.md URL to point to openai/chatkit-python --- chatkit/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatkit/server.py b/chatkit/server.py index 5963ff8..3553595 100644 --- a/chatkit/server.py +++ b/chatkit/server.py @@ -306,7 +306,7 @@ def action( ) -> AsyncIterator[ThreadStreamEvent]: raise NotImplementedError( "The action() method must be overridden to react to actions. " - "See https://github.com/OpenAI-Early-Access/chatkit/blob/main/docs/widgets.md#widget-actions" + "See https://github.com/openai/chatkit-python/blob/main/docs/widgets.md#widget-actions" ) async def process(