Skip to content

Commit 264b130

Browse files
committed
feat: add search_inference_id property
1 parent d190348 commit 264b130

File tree

1 file changed

+1
-0
lines changed
  • specification/_types/mapping

1 file changed

+1
-0
lines changed

specification/_types/mapping/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ export class SemanticTextProperty {
211211
type: 'semantic_text'
212212
meta?: Dictionary<string, string>
213213
inference_id: Id
214+
search_inference_id?: Id
214215
}
215216

216217
export class SearchAsYouTypeProperty extends CorePropertyBase {

0 commit comments

Comments
 (0)