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