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

    Type Alias PromptTemplatePostResponse

    PromptTemplatePostResponse: {
        id: string;
        message: string;
        name: string;
        scenario: string;
        version: string;
    } & Record<string, any>

    Representation of the 'PromptTemplatePostResponse' schema.

    Type Declaration

    • id: string

      Format: "uuid".

    • message: string
    • name: string
    • scenario: string
    • version: string