mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-17 02:39:40 +00:00
make task block title empty string by default; use task_block.label for the running task.title if task_block.title is empty (#1181)
This commit is contained in:
parent
9f3af2555c
commit
11909cb1a7
3 changed files with 3 additions and 3 deletions
|
@ -170,7 +170,7 @@ class TaskBlock(Block):
|
|||
block_type: Literal[BlockType.TASK] = BlockType.TASK
|
||||
|
||||
url: str | None = None
|
||||
title: str = "Untitled Task"
|
||||
title: str = ""
|
||||
navigation_goal: str | None = None
|
||||
data_extraction_goal: str | None = None
|
||||
data_schema: dict[str, Any] | list | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue