We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c5be8 commit ce0a379Copy full SHA for ce0a379
src/app/endpoints/query.py
@@ -223,7 +223,7 @@ async def query_endpoint_handler_base( # pylint: disable=R0914
223
get_topic_summary_func: Any,
224
) -> QueryResponse:
225
"""
226
- Base handler for query endpoints (shared by Agent API and Responses API).
+ Handle query endpoints (shared by Agent API and Responses API).
227
228
Processes a POST request to a query endpoint, forwarding the
229
user's query to a selected Llama Stack LLM and returning the generated response.
0 commit comments