Speed optimizations: Economy element tree and TOTP context parsing skip (#3936)

This commit is contained in:
pedrohsdb
2025-11-06 21:56:52 -08:00
committed by GitHub
parent 44528cbd38
commit d8631151ba
4 changed files with 131 additions and 11 deletions

View File

@@ -37,6 +37,7 @@ class SkyvernContext:
use_prompt_caching: bool = False
cached_static_prompt: str | None = None
vertex_cache_name: str | None = None # Vertex AI cache resource name for explicit caching
enable_speed_optimizations: bool = False
# script run context
script_id: str | None = None