Settings store type is defined in openhands_config rather than main config (#5701)

This commit is contained in:
tofarr
2024-12-19 12:44:35 -07:00
committed by GitHub
parent c2293ad1dd
commit ebf3bf606a
3 changed files with 13 additions and 7 deletions

View File

@@ -15,6 +15,9 @@ class OpenhandsConfig(OpenhandsConfigInterface):
attach_session_middleware_path = (
'openhands.server.middleware.AttachSessionMiddleware'
)
settings_store_class: str = (
'openhands.storage.file_settings_store.FileSettingsStore'
)
def verify_config(self):
if self.config_cls: