Skip to content

Commit f56ba86

Browse files
authored
Merge branch 'main' into inference-openai
2 parents d6678ce + de5c2ef commit f56ba86

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

specification/connector/update_filtering_validation/ConnectorUpdateFilteringValidationRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
import { FilteringRulesValidation } from '@connector/_types/Connector'
1920
import { RequestBase } from '@_types/Base'
2021
import { Id } from '@_types/common'
21-
import { FilteringRulesValidation } from 'connector/_types/Connector'
2222

2323
/**
2424
* Update the connector draft filtering validation.

specification/fleet/msearch/MultiSearchResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

specification/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"removeComments": true,
1313
"noLib": false,
1414
"preserveConstEnums": true,
15-
"suppressImplicitAnyIndexErrors": true,
1615
"noEmit": true,
1716
"typeRoots": ["./**/*.ts"],
1817
"baseUrl": "./",
@@ -25,6 +24,7 @@
2524
"@cat/*": ["cat/*"],
2625
"@ccr/*": ["ccr/*"],
2726
"@cluster/*": ["cluster/*"],
27+
"@connector/*": ["connector/*"],
2828
"@dangling_indices/*": ["dangling_indices/*"],
2929
"@enrich/*": ["enrich/*"],
3030
"@eql/*": ["eql/*"],

0 commit comments

Comments
 (0)