@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**.
11 lines • 376 B
TypeScript
/**
* Stream options for output filtering. Will be ignored if stream is false.
*/
export type FilteringStreamOptions = {
/**
* Number of characters that should be additionally sent to content filtering services from previous chunks as additional context.
* Maximum: 10000.
*/
overlap?: number;
};
//# sourceMappingURL=filtering-stream-options.d.ts.map