validate taskV2 step (#1811)

This commit is contained in:
Shuchang Zheng
2025-02-22 00:44:12 -08:00
committed by GitHub
parent 8821b7e150
commit 9a07c0bc6f
3 changed files with 51 additions and 3 deletions

View File

@@ -425,6 +425,11 @@ class AgentFunction:
) -> None:
return
async def validate_task_execution(
self, organization_id: str | None = None, task_id: str | None = None, task_version: str | None = None
) -> None:
return
async def prepare_step_execution(
self,
organization: Organization | None,