We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0da51c commit 2ee02dbCopy full SHA for 2ee02db
workflowai/core/client/_types.py
@@ -29,6 +29,7 @@ class RunParams(TypedDict, Generic[TaskOutput]):
29
version: NotRequired[Optional[VersionReference]]
30
use_cache: NotRequired[CacheUsage]
31
metadata: NotRequired[Optional[dict[str, Any]]]
32
+ labels: NotRequired[Optional[set[str]]]
33
max_retry_delay: NotRequired[float]
34
max_retry_count: NotRequired[float]
35
validator: NotRequired[OutputValidator[TaskOutput]]
0 commit comments