Skip to content

Commit ce0a379

Browse files
committed
Fix tool calling summary reporting
Also include other formatting/checking fixes
1 parent 36c5be8 commit ce0a379

File tree

3 files changed

+240
-85
lines changed

3 files changed

+240
-85
lines changed

src/app/endpoints/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ async def query_endpoint_handler_base( # pylint: disable=R0914
223223
get_topic_summary_func: Any,
224224
) -> QueryResponse:
225225
"""
226-
Base handler for query endpoints (shared by Agent API and Responses API).
226+
Handle query endpoints (shared by Agent API and Responses API).
227227
228228
Processes a POST request to a query endpoint, forwarding the
229229
user's query to a selected Llama Stack LLM and returning the generated response.

0 commit comments

Comments
 (0)