mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Separate data extraction and convo creation logic (#6298)
This commit is contained in:
@@ -35,3 +35,15 @@ class OpenhandsConfigInterface(ABC):
|
||||
async def get_config(self) -> dict[str, str]:
|
||||
"""Configure attributes for frontend"""
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class MissingSettingsError(ValueError):
|
||||
"""Raised when settings are missing or not found."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class LLMAuthenticationError(ValueError):
|
||||
"""Raised when there is an issue with LLM authentication."""
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user