Skip to content

Commit 4591860

Browse files
Auto-generated API code (#3243)
1 parent 2019946 commit 4591860

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/api/types.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25301,7 +25301,7 @@ export interface InferenceMessage {
2530125301
* "content": [
2530225302
* {
2530325303
* "image_url": {
25304-
* "url": "data:image/jpg;base64,..."
25304+
* "url": "data:image/jpeg;base64,..."
2530525305
* },
2530625306
* "type": "image_url"
2530725307
* }
@@ -25685,7 +25685,7 @@ export interface InferenceRequestEmbedding {
2568525685
* "content": {
2568625686
* "type": "image",
2568725687
* "format": "base64",
25688-
* "value": "data:image/jpg;base64,..."
25688+
* "value": "data:image/jpeg;base64,..."
2568925689
* }
2569025690
* }
2569125691
* ```
@@ -25703,7 +25703,7 @@ export interface InferenceRequestEmbedding {
2570325703
* "content": {
2570425704
* "type": "image",
2570525705
* "format": "base64",
25706-
* "value": "data:image/jpg;base64,..."
25706+
* "value": "data:image/jpeg;base64,..."
2570725707
* }
2570825708
* }
2570925709
* ]
@@ -27179,6 +27179,8 @@ export interface IngestGrokProcessor extends IngestProcessorBase {
2717927179
patterns: GrokPattern[]
2718027180
/** When `true`, `_ingest._grok_match_index` will be inserted into your matched document’s metadata with the index into the pattern found in `patterns` that matched. */
2718127181
trace_match?: boolean
27182+
/** When `true`, the processor does matching but does not extract structured fields */
27183+
validate_only?: boolean
2718227184
}
2718327185

2718427186
export interface IngestGsubProcessor extends IngestProcessorBase {

0 commit comments

Comments
 (0)