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

    Type Alias PromptTemplatingModuleConfig

    Representation of the 'PromptTemplatingModuleConfig' schema.

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

    Properties

    Properties

    The prompt template to be used. Can be either a user defined template or a reference to a template in the prompt registry.

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.