fix reauth error handling and stale log messages

This commit is contained in:
CREDO23 2026-02-24 13:33:47 +02:00
parent 45b784cda6
commit 30ab464ba7
4 changed files with 21 additions and 5 deletions

View file

@ -297,7 +297,7 @@ BUILTIN_TOOLS: list[ToolDefinition] = [
requires=["db_session", "search_space_id", "user_id"],
),
# =========================================================================
# GOOGLE DRIVE TOOLS - create files, trash files
# GOOGLE DRIVE TOOLS - create files, delete files
# =========================================================================
ToolDefinition(
name="create_google_drive_file",