Fix: Prevent Search API Key from resetting when saving other settings (#12243)

Co-authored-by: Sarvatarshan Sankar <sarvatarshansankar20@Sarvatarshans-MacBook-Air.local>
This commit is contained in:
Sarvatarshan Sankar
2026-01-08 21:00:06 +05:30
committed by GitHub
parent 39f0e6ed94
commit a40f7bda21
3 changed files with 40 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ from fastapi import (
)
from fastapi.responses import JSONResponse
import openhands.agenthub # noqa F401 (we import this to get the agents registered)
# import openhands.agenthub
from openhands.app_server import v1_router
from openhands.app_server.config import get_app_lifespan_service
from openhands.integrations.service_types import AuthenticationError