UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

16 lines 444 B
import type { SearchSelectOptionEnum } from './search-select-option-enum.js'; /** * Representation of the 'SearchDocumentKeyValueListPair' schema. */ export type SearchDocumentKeyValueListPair = { /** * Max Length: 1024. */ key: string; value: string[]; /** * Select mode for search filters */ select_mode?: SearchSelectOptionEnum[]; }; //# sourceMappingURL=search-document-key-value-list-pair.d.ts.map