Skip to content

Commit 2ee02db

Browse files
committed
Add labels to RunParams
1 parent c0da51c commit 2ee02db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflowai/core/client/_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class RunParams(TypedDict, Generic[TaskOutput]):
2929
version: NotRequired[Optional[VersionReference]]
3030
use_cache: NotRequired[CacheUsage]
3131
metadata: NotRequired[Optional[dict[str, Any]]]
32+
labels: NotRequired[Optional[set[str]]]
3233
max_retry_delay: NotRequired[float]
3334
max_retry_count: NotRequired[float]
3435
validator: NotRequired[OutputValidator[TaskOutput]]

0 commit comments

Comments
 (0)