generated from coulomb/repo-seed
Add State Hub RecentlyOnScope invocation
This commit is contained in:
@@ -132,6 +132,10 @@ class ContextSource(BaseModel):
|
||||
query: str = Field(default="", description="Named query to execute against the source.")
|
||||
params: dict[str, Any] = Field(default_factory=dict)
|
||||
bind_to: str = Field(default="", description="Context key to bind the result to.")
|
||||
required: bool = Field(
|
||||
default=False,
|
||||
description="When true, resolver failures fail the activity run instead of binding {}.",
|
||||
)
|
||||
|
||||
|
||||
# ── Task templates (legacy) ───────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user