feat: add draft delete command

This commit is contained in:
lda
2026-06-09 04:54:21 +07:00 Verified
parent 50f2313782
commit ddfb11f2a9
11 changed files with 165 additions and 3 deletions
+6
View File
@@ -82,6 +82,12 @@ class WorkflowDraftSurface(Protocol):
workspace_id: str,
) -> dict[str, Any]: ...
async def delete_draft_workspace(
self,
*,
workspace_id: str,
) -> dict[str, Any]: ...
async def create_artifact_from_workspace(
self,
*,