ToolJet/cypress-tests/cypress/constants/texts/platform/ai.js
2026-04-07 17:47:26 +05:30

15 lines
581 B
JavaScript

export const aiText = {
// LLM Key Page
llmKeyCardTitle: "LLM key",
llmKeySaveSuccess: "LLM key updated successfully",
llmKeySaveError: "Something went wrong while saving the LLM key",
// Upgrade tooltip (uses substring to avoid smart quote mismatch)
upgradeTooltip: "Upgrade your plan to access this feature",
// API Key Required
apiKeyRequiredMessage:
"An Anthropic API key is required for AI features. Connect your key or contact admin about using ToolJet's default key.",
connectApiKeyButton: "Connect your API key",
learnMoreButton: "Learn more",
};