workflow default cache_key should be 'default' (#3609)

This commit is contained in:
Shuchang Zheng
2025-10-03 17:01:32 -07:00
committed by GitHub
parent b985b5d0a0
commit 708ccfa503

View File

@@ -525,7 +525,7 @@ class WorkflowCreateYAMLRequest(BaseModel):
status: WorkflowStatus = WorkflowStatus.published
run_with: str | None = None
ai_fallback: bool = False
cache_key: str | None = None
cache_key: str | None = "default"
run_sequentially: bool = False
sequential_key: str | None = None