Skip to content

Commit 659c6ca

Browse files
Fix typos
1 parent 8b89902 commit 659c6ca

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/put_llama/examples/request/PutLlamaRequestExample2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# summary:
2-
description: Run `PUT _inference/completion/llama-text-completion` to create a Llama inference endpoint that performs a `completion` task.
3-
method_request: 'PUT _inference/completion/llama-text-completion'
2+
description: Run `PUT _inference/completion/llama-completion` to create a Llama inference endpoint that performs a `completion` task.
3+
method_request: 'PUT _inference/completion/llama-completion'
44
# type: "request"
55
value: |-
66
{

specification/inference/put_llama/examples/request/PutLlamaRequestExample3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# summary:
2-
description: Run `PUT _inference/completion/llama-text-completion` to create a Llama inference endpoint that performs a `chat-completion` task.
3-
method_request: 'PUT _inference/chat-completion/llama-text-chat-completion'
2+
description: Run `PUT _inference/chat-completion/llama-chat-completion` to create a Llama inference endpoint that performs a `chat_completion` task.
3+
method_request: 'PUT _inference/chat-completion/llama-chat-completion'
44
# type: "request"
55
value: |-
66
{

0 commit comments

Comments
 (0)