UNPKG

@sap-ai-sdk/prompt-registry

Version:

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

13 lines 451 B
import type { AzureContentSafetyInput } from './azure-content-safety-input.js'; /** * Representation of the 'AzureContentSafetyInputFilterConfig' schema. */ export type AzureContentSafetyInputFilterConfig = { /** * Name of the filter provider type * @example "azure_content_safety" */ type: 'azure_content_safety'; config?: AzureContentSafetyInput; }; //# sourceMappingURL=azure-content-safety-input-filter-config.d.ts.map