mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 10:49:56 +02:00
Fix docstring
This commit is contained in:
@@ -859,7 +859,7 @@ class ThreadsClient:
|
||||
|
||||
Example Usage:
|
||||
|
||||
thread = client.threads.create(
|
||||
thread = await client.threads.create(
|
||||
metadata={"number":1},
|
||||
thread_id="my-thread-id",
|
||||
if_exists="raise"
|
||||
|
||||
Reference in New Issue
Block a user