From 95bc8eb27cf3a55ecae9a6f1f945724158b990d0 Mon Sep 17 00:00:00 2001 From: Jonathan Buttner Date: Thu, 6 Mar 2025 08:29:25 -0500 Subject: [PATCH] Updating description of stream API --- .../rest-api-spec/api/inference.stream_completion.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/inference.stream_completion.json b/rest-api-spec/src/main/resources/rest-api-spec/api/inference.stream_completion.json index a1d770c46305b..b4eddb1641233 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/inference.stream_completion.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/inference.stream_completion.json @@ -2,7 +2,7 @@ "inference.stream_completion": { "documentation": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/post-stream-inference-api.html", - "description": "Perform streaming inference" + "description": "Perform streaming completion inference" }, "stability": "stable", "visibility": "public",