SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Type Alias PromptTemplatingModuleConfig

    Representation of the 'PromptTemplatingModuleConfig' schema.

    type PromptTemplatingModuleConfig = {
        model: LLMModelDetails;
        prompt?: Template | TemplateRef;
    }
    Index

    The prompt template to be used. Can be either a user defined template or a reference to a template in the prompt registry. If omitted, messages_history must be provided in the request body.