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.
2 parents a231f62 + 5fb633f commit 7133dc0Copy full SHA for 7133dc0
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