@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**.
10 lines • 444 B
TypeScript
import type { PromptTemplate } from './prompt-template.js';
import type { PromptTemplateGetResponse } from './prompt-template-get-response.js';
/**
* Representation of the 'PromptTemplateSubstitutionResponse' schema.
*/
export type PromptTemplateSubstitutionResponse = {
parsedPrompt?: PromptTemplate[];
resource?: PromptTemplateGetResponse;
} & Record<string, any>;
//# sourceMappingURL=prompt-template-substitution-response.d.ts.map