Skip to content

Commit 5f7c6ba

Browse files
committed
Fix typo
1 parent 9c9b0a9 commit 5f7c6ba

File tree

1 file changed

+3
-1
lines changed
  • docs/reference/query-languages/esql/_snippets/commands/layout

1 file changed

+3
-1
lines changed

docs/reference/query-languages/esql/_snippets/commands/layout/completion.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ COMPLETION [column =] prompt WITH inference_id
3232

3333
The `COMPLETION` command uses a machine learning model to generate text completions based on the provided prompt.
3434

35-
The command works with any LLM deployed to the [Elasticsearch inference API](/https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put) and can be chained with other ES|QL commands for further processing.
35+
The command works with any LLM deployed to
36+
the [Elasticsearch inference API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put)
37+
and can be chained with other ES|QL commands for further processing.
3638

3739
**Examples**
3840

0 commit comments

Comments
 (0)