File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -618,14 +618,15 @@ actions:
618
618
indicesLegacyPutTemplateRequestExample1 :
619
619
$ref : " ../../specification/indices/put_template/examples/request/indicesPutTemplateRequestExample1.yaml"
620
620
# # Examples for inference
621
- - target : " $.components['requestBodies ']['inference.stream_inference ']"
621
+ - target : " $.paths['/_inference/chat_completion/{inference_id}/_stream ']['post ']"
622
622
description : " Add example for inference stream request"
623
623
update :
624
- content :
625
- application/json :
626
- examples :
627
- streamInferenceRequestExample1 :
628
- $ref : " ../../specification/inference/stream_inference/examples/request/StreamInferenceRequestExample1.yaml"
624
+ requestBody :
625
+ content :
626
+ application/json :
627
+ examples :
628
+ streamInferenceRequestExample1 :
629
+ $ref : " ../../specification/inference/stream_completion/examples/request/StreamInferenceRequestExample1.yaml"
629
630
# # Examples for ingest
630
631
- target : " $.components['requestBodies']['simulate.ingest']"
631
632
description : " Add example for simulate ingest request"
You can’t perform that action at this time.
0 commit comments