mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 18:57:52 +02:00
Merge branch 'main' into wfh/docs/auth
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user