add disable_cache to block (#3713)

This commit is contained in:
Shuchang Zheng
2025-10-14 17:09:19 -07:00
committed by GitHub
parent 975e431bac
commit d4aa212f20
3 changed files with 14 additions and 1 deletions

View File

@@ -432,6 +432,7 @@ class BaseTaskBlock(Block):
totp_verification_url: str | None = None
totp_identifier: str | None = None
cache_actions: bool = False
disable_cache: bool = False
complete_verification: bool = True
include_action_history_in_verification: bool = False
download_timeout: float | None = None # minutes