Skip to content

Commit

Permalink
Update src/process_query.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclotruc authored Dec 31, 2024
1 parent b5e509a commit 02c4b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async def process_query(
"result": True,
"summary": summary,
"tree": tree,
"content": contents,
"content": content,
"examples": EXAMPLE_REPOS if is_index else [],
"ingest_id": query["id"],
"default_file_size": slider_position,
Expand Down

0 comments on commit 02c4b61

Please sign in to comment.