We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b93c9d commit aaddd5cCopy full SHA for aaddd5c
surfsense_backend/app/routes/chats_routes.py
@@ -46,7 +46,7 @@ async def handle_chat_data(
46
response = StreamingResponse(stream_connector_search_results(
47
user_query,
48
user.id,
49
- int(search_space_id),
+ search_space_id, # Already converted to int in lines 32-37
50
session,
51
research_mode,
52
selected_connectors
0 commit comments