Update client.py

Typo change in function doc
This commit is contained in:
Ramón Vargas
2025-01-03 18:40:15 +01:00
committed by GitHub
parent d74ec2c2de
commit 687ee02509
+2 -2
View File
@@ -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`.