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

    Type Alias TemplateRefByID

    Representation of the 'TemplateRefByID' schema.

    type TemplateRefByID = {
        id: string;
        scope?: "resource_group" | "tenant";
    }
    Index

    Properties

    Properties

    id: string

    ID of the template in prompt registry

    "template_id"
    
    scope?: "resource_group" | "tenant"

    Defines the scope that is searched for the referenced template. 'tenant' indicates the template is shared across all resource groups within the tenant, while 'resource_group' indicates the template is only accessible within the specific resource group.

    Default: "tenant".

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