File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -425,6 +425,15 @@ actions:
425
425
examples :
426
426
dataStreamLifecycleStatsResponseExample1 :
427
427
$ref : " ../../specification/indices/get_data_lifecycle_stats/examples/response/IndicesGetDataLifecycleStatsResponseExample1.yaml"
428
+ # # Examples for inference
429
+ - target : " $.components['requestBodies']['inference.stream_inference']"
430
+ description : " Add example for inference stream request"
431
+ update :
432
+ content :
433
+ application/json :
434
+ examples :
435
+ streamInferenceRequestExample1 :
436
+ $ref : " ../../specification/inference/stream_inference/examples/request/StreamInferenceRequestExample1.yaml"
428
437
# # Examples for ingest
429
438
- target : " $.components['requestBodies']['simulate.ingest']"
430
439
description : " Add example for simulate ingest request"
@@ -574,12 +583,4 @@ actions:
574
583
examples :
575
584
updateWatcherSettingsRequestExample1 :
576
585
$ref : " ../../specification/watcher/get_settings/examples/200_response/WatcherGetSettingsResponseExample1.yaml"
577
- # # Examples for inference
578
- - target : " $.components['requestBodies']['inference.stream_inference']"
579
- description : " Add example for inference stream request"
580
- update :
581
- content :
582
- application/json :
583
- examples :
584
- streamInferenceRequestExample1 :
585
- $ref : " ../../specification/inference/stream_inference/examples/request/StreamInferenceRequestExample1.yaml"
586
+
You can’t perform that action at this time.
0 commit comments