@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**.
9 lines • 344 B
TypeScript
import type { PromptTemplateGetResponse } from './prompt-template-get-response.js';
/**
* Representation of the 'PromptTemplateListResponse' schema.
*/
export type PromptTemplateListResponse = {
count: number;
resources: PromptTemplateGetResponse[];
} & Record<string, any>;
//# sourceMappingURL=prompt-template-list-response.d.ts.map