File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
connector/update_filtering_validation Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -618,6 +618,15 @@ actions:
618618 indicesLegacyPutTemplateRequestExample1 :
619619 $ref : " ../../specification/indices/put_template/examples/request/indicesPutTemplateRequestExample1.yaml"
620620# # Examples for inference
621+ - target : " $.paths['/_inference/chat_completion/{inference_id}/_stream']['post']"
622+ description : " Add example for inference stream request"
623+ update :
624+ requestBody :
625+ content :
626+ application/json :
627+ examples :
628+ streamInferenceRequestExample1 :
629+ $ref : " ../../specification/inference/stream_completion/examples/request/StreamInferenceRequestExample1.yaml"
621630# # Examples for ingest
622631 - target : " $.components['requestBodies']['simulate.ingest']"
623632 description : " Add example for simulate ingest request"
Original file line number Diff line number Diff line change 1616 * specific language governing permissions and limitations
1717 * under the License.
1818 */
19+ import { FilteringRulesValidation } from '@connector/_types/Connector'
1920import { RequestBase } from '@_types/Base'
2021import { Id } from '@_types/common'
21- import { FilteringRulesValidation } from 'connector/_types/Connector'
2222
2323/**
2424 * Update the connector draft filtering validation.
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- import { ResponseItem } from '_global /msearch/types'
20+ import { ResponseItem } from '@global /msearch/types'
2121
2222// Keep changes in sync with:
2323// - msearch
Original file line number Diff line number Diff line change 1212 "removeComments" : true ,
1313 "noLib" : false ,
1414 "preserveConstEnums" : true ,
15- "suppressImplicitAnyIndexErrors" : true ,
1615 "noEmit" : true ,
1716 "typeRoots" : [" ./**/*.ts" ],
1817 "baseUrl" : " ./" ,
2524 "@cat/*" : [" cat/*" ],
2625 "@ccr/*" : [" ccr/*" ],
2726 "@cluster/*" : [" cluster/*" ],
27+ "@connector/*" : [" connector/*" ],
2828 "@dangling_indices/*" : [" dangling_indices/*" ],
2929 "@enrich/*" : [" enrich/*" ],
3030 "@eql/*" : [" eql/*" ],
You can’t perform that action at this time.
0 commit comments