introduce action.has_mini_agent (#4295)

This commit is contained in:
Shuchang Zheng
2025-12-15 06:58:49 +08:00
committed by GitHub
parent 193d8763ed
commit ba5f0620d5
5 changed files with 56 additions and 4 deletions

View File

@@ -137,6 +137,7 @@ class ScriptBlock(BaseModel):
run_signature: str | None = None # The function call code to execute this block
workflow_run_id: str | None = None
workflow_run_block_id: str | None = None
input_fields: list[str] | None = None
created_at: datetime
modified_at: datetime
deleted_at: datetime | None = None