Fixed current agent citation issues and added sub_section_writer agent for upcoming SurfSense research agent

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-04-13 20:47:23 -07:00
parent fa5dbb786f
commit 0b93c9dfef
13 changed files with 565 additions and 81 deletions

View file

@ -14,7 +14,7 @@ from app.utils.document_converters import convert_chunks_to_langchain_documents
async def stream_connector_search_results(
user_query: str,
user_id: int,
user_id: str,
search_space_id: int,
session: AsyncSession,
research_mode: str,