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 457 B
import type { AzureContentSafetyOutput } from './azure-content-safety-output.js'; /** * Representation of the 'AzureContentSafetyOutputFilterConfig' schema. */ export type AzureContentSafetyOutputFilterConfig = { /** * Name of the filter provider type * @example "azure_content_safety" */ type: 'azure_content_safety'; config?: AzureContentSafetyOutput; }; //# sourceMappingURL=azure-content-safety-output-filter-config.d.ts.map