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 382 B
import type { LlamaGuard38B } from './llama-guard-38-b.js'; /** * Representation of the 'LlamaGuard38BFilterConfig' schema. */ export type LlamaGuard38BFilterConfig = { /** * Name of the filter provider type * @example "llama_guard_3_8b" */ type: 'llama_guard_3_8b'; config: LlamaGuard38B; }; //# sourceMappingURL=llama-guard-38-b-filter-config.d.ts.map