We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725fc8f commit 623d0edCopy full SHA for 623d0ed
app/services/internal_api_handlers.py
@@ -63,5 +63,6 @@ async def handle_recommend(
63
64
return {
65
"count": len(recommended_books),
66
+ "query": query_parameters,
67
"books": [book.model_dump(mode="json") for book in recommended_books],
68
}
0 commit comments