This commit is contained in:
Ashwin Bharambe 2025-10-16 17:12:09 -07:00
parent ea9664874d
commit af7472cdb0
26 changed files with 293 additions and 185 deletions

View file

@ -465,7 +465,7 @@ can be instantiated multiple times (with different configs) if necessary.
)
storage: StorageConfig = Field(
description="""
Storage backend configurations. Each backend is named, and can be referenced by various components
Storage backend configurations. Each backend is named, and can be referenced by various components
throughout the Stack (both by its core as well as providers).
""",
)