Skip to content

Commit e0c6083

Browse files
committed
Generate output
1 parent bd46e69 commit e0c6083

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 3 additions & 3 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: 3 additions & 3 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: 3 additions & 3 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/PutLlamaRequestExample1.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# summary:
2-
description: Run `PUT _inference/text_embedding/llama-text-embedding` to create a Llama inference endpoint that performs a `text_embedding` task.
2+
description:
3+
Run `PUT _inference/text_embedding/llama-text-embedding` to create a Llama inference endpoint that performs a
4+
`text_embedding` task.
35
method_request: 'PUT _inference/text_embedding/llama-text-embedding'
46
# type: "request"
57
value: |-

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# summary:
2-
description: Run `PUT _inference/chat-completion/llama-chat-completion` to create a Llama inference endpoint that performs a `chat_completion` task.
2+
description:
3+
Run `PUT _inference/chat-completion/llama-chat-completion` to create a Llama inference endpoint that performs a
4+
`chat_completion` task.
35
method_request: 'PUT _inference/chat-completion/llama-chat-completion'
46
# type: "request"
57
value: |-

0 commit comments

Comments
 (0)