Merge branch 'main' into wfh/docs/auth

This commit is contained in:
William FH
2024-12-18 15:09:15 -08:00
committed by William Fu-Hinthorn
5 changed files with 35 additions and 13 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ async def on_thread_read(
return {"owner": ctx.user.identity}
# Run creation, streaming, updates, etc.
# This takes precendence over the generic @auth.on handler and the @auth.on.threads handler
# This takes precedenceover the generic @auth.on handler and the @auth.on.threads handler
@auth.on.threads.create_run
async def on_run_create(
ctx: Auth.types.AuthContext,