Skip to content

Commit 1c57cd2

Browse files
committed
Add array of strings to stream inference input
1 parent 6b9096f commit 1c57cd2

File tree

4 files changed

+33
-8
lines changed

4 files changed

+33
-8
lines changed

output/openapi/elasticsearch-openapi.json

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

output/schema/schema.json

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

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/stream_inference/StreamInferenceRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ export interface Request extends RequestBase {
5252
*
5353
* NOTE: Inference endpoints for the completion task type currently only support a single string as input.
5454
*/
55-
input: string
55+
input: string | string[]
5656
}
5757
}

0 commit comments

Comments
 (0)