From 687ee0250933a5f48058bc7480a4b6c8292ebe0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Vargas?= Date: Fri, 3 Jan 2025 18:40:15 +0100 Subject: [PATCH] Update client.py Typo change in function doc --- libs/sdk-py/langgraph_sdk/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sdk-py/langgraph_sdk/client.py b/libs/sdk-py/langgraph_sdk/client.py index 67f618edd..b95b69561 100644 --- a/libs/sdk-py/langgraph_sdk/client.py +++ b/libs/sdk-py/langgraph_sdk/client.py @@ -1779,7 +1779,7 @@ class RunsClient: Args: thread_id: The thread ID to cancel. - run_id: The run ID to cancek. + run_id: The run ID to cancel. wait: Whether to wait until run has completed. action: Action to take when cancelling the run. Possible values are `interrupt` or `rollback`. Default is `interrupt`. @@ -3917,7 +3917,7 @@ class SyncRunsClient: Args: thread_id: The thread ID to cancel. - run_id: The run ID to cancek. + run_id: The run ID to cancel. wait: Whether to wait until run has completed. action: Action to take when cancelling the run. Possible values are `interrupt` or `rollback`. Default is `interrupt`.