mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 10:49:56 +02:00
typo (#1139)
This commit is contained in:
@@ -696,7 +696,7 @@ class ThreadsClient:
|
||||
|
||||
threads = await client.threads.search(
|
||||
metadata={"number":1},
|
||||
status="interrupted"m
|
||||
status="interrupted",
|
||||
limit=15,
|
||||
offset=5
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user