Variable CHAT_SESSION_SUMMARY_PROMPTConst

CHAT_SESSION_SUMMARY_PROMPT: {
    defaultVariant: {
        id: string;
        template: string;
    };
    id: string;
} = ...

Type declaration

  • defaultVariant: {
        id: string;
        template: string;
    }
    • id: string
    • template: string
  • id: string