refactor(backend): Update references from document summary LLM to agent LLM across multiple files

This commit is contained in:
Anish Sarkar 2026-06-04 01:50:44 +05:30
parent ddfe60c2f0
commit e4d7b01b09
9 changed files with 10 additions and 12 deletions

View file

@ -546,7 +546,7 @@ def create_generate_report_tool(
Factory function to create the generate_report tool with injected dependencies.
The tool generates a Markdown report inline using the search space's
document summary LLM, saves it to the database, and returns immediately.
agent LLM, saves it to the database, and returns immediately.
Uses short-lived database sessions for each DB operation so no connection
is held during the long LLM API call.