Skip to content

Commit b241ef8

Browse files
committed
Fix tool calling summary reporting
Also include other formatting/checking fixes
1 parent 2c8dc86 commit b241ef8

3 files changed

Lines changed: 243 additions & 87 deletions

File tree

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)