We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4656c56 commit 93a3492Copy full SHA for 93a3492
chatkit/server.py
@@ -306,7 +306,7 @@ def action(
306
) -> AsyncIterator[ThreadStreamEvent]:
307
raise NotImplementedError(
308
"The action() method must be overridden to react to actions. "
309
- "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"
310
)
311
312
async def process(
0 commit comments