diff --git a/workspaces/ballerina/ballerina-extension/src/features/ai/utils.ts b/workspaces/ballerina/ballerina-extension/src/features/ai/utils.ts index 1de4db2f40f..c32c3c7b06f 100644 --- a/workspaces/ballerina/ballerina-extension/src/features/ai/utils.ts +++ b/workspaces/ballerina/ballerina-extension/src/features/ai/utils.ts @@ -153,7 +153,7 @@ export async function getTokenForDefaultModel() { const token = await getRefreshedAccessToken(); return token; } else { - const errorMessage = 'This feature is only available for BI Intelligence users.'; + const errorMessage = 'This feature is only available for WSO2 Integrator Copilot users.'; vscode.window.showErrorMessage(errorMessage); throw new Error(errorMessage); } diff --git a/workspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-utils.ts b/workspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-utils.ts index 467a062ba0d..29e5818816d 100644 --- a/workspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-utils.ts +++ b/workspaces/ballerina/ballerina-extension/src/features/ai/utils/ai-utils.ts @@ -395,7 +395,7 @@ export function getErrorMessage(error: unknown): string { return "The AI service returned an invalid response. Please try again."; } if (msg.includes("Unsupported login method")) { - return "Please sign in to BI Copilot to use AI features."; + return "Please sign in to WSO2 Integrator Copilot to use AI features."; } return msg; diff --git a/workspaces/ballerina/ballerina-visualizer/src/views/AIPanel/LoginPanel/index.tsx b/workspaces/ballerina/ballerina-visualizer/src/views/AIPanel/LoginPanel/index.tsx index 39aca6b28f3..96e1f6ac855 100644 --- a/workspaces/ballerina/ballerina-visualizer/src/views/AIPanel/LoginPanel/index.tsx +++ b/workspaces/ballerina/ballerina-visualizer/src/views/AIPanel/LoginPanel/index.tsx @@ -204,7 +204,7 @@ const LoginPanel: React.FC = () => { Login using WSO2 Integration Platform ) : ( - Install WSO2 Integrator to sign in and use BI Copilot. + Install WSO2 Integrator to sign in and use WSO2 Integrator Copilot. = ({ ? `Generating ${isTestCode ? "Tests..." : "Integration..."}` : isTestCode ? "Ballerina Tests" - : "BI Integration"; + : "Integration"; const allCodeSegments = splitContent(message.content) .filter((segment) => segment.type === SegmentType.Code) diff --git a/workspaces/ballerina/ballerina-visualizer/src/views/BI/Forms/FlowNodeForm/index.tsx b/workspaces/ballerina/ballerina-visualizer/src/views/BI/Forms/FlowNodeForm/index.tsx index 6af61162854..0a2aa6bac6c 100644 --- a/workspaces/ballerina/ballerina-visualizer/src/views/BI/Forms/FlowNodeForm/index.tsx +++ b/workspaces/ballerina/ballerina-visualizer/src/views/BI/Forms/FlowNodeForm/index.tsx @@ -691,7 +691,7 @@ export const FlowNodeForm = forwardRef Skip for Now – Enhance Later - Open the project as-is. You can trigger AI enhancement later from the BI Copilot. + Open the project as-is. You can trigger AI enhancement later from the WSO2 Integrator Copilot. diff --git a/workspaces/ballerina/ballerina-visualizer/src/views/BI/ImportIntegration/ImportIntegrationForm.tsx b/workspaces/ballerina/ballerina-visualizer/src/views/BI/ImportIntegration/ImportIntegrationForm.tsx index c8fc5a0331c..c7489ca8977 100644 --- a/workspaces/ballerina/ballerina-visualizer/src/views/BI/ImportIntegration/ImportIntegrationForm.tsx +++ b/workspaces/ballerina/ballerina-visualizer/src/views/BI/ImportIntegration/ImportIntegrationForm.tsx @@ -118,7 +118,7 @@ export function ImportIntegrationForm({ return ( <> - This wizard converts an external integration from MuleSoft or TIBCO into a ready-to-use BI + This wizard converts an external integration from MuleSoft or TIBCO into a ready-to-use WSO2 Integrator project. diff --git a/workspaces/ballerina/ballerina-visualizer/src/views/MigrationPanel/MigrationPanel.tsx b/workspaces/ballerina/ballerina-visualizer/src/views/MigrationPanel/MigrationPanel.tsx index 8bca98ef05b..9ea91ccbed6 100644 --- a/workspaces/ballerina/ballerina-visualizer/src/views/MigrationPanel/MigrationPanel.tsx +++ b/workspaces/ballerina/ballerina-visualizer/src/views/MigrationPanel/MigrationPanel.tsx @@ -497,7 +497,7 @@ export function MigrationPanel() { title="Select LLM model" > - + @@ -603,7 +603,7 @@ export function MigrationPanel() { ) : ( <> - Model: {selectedModel === "copilot" ? "VS Code Copilot" : selectedModel === "wso2" ? "WSO2 BI Copilot" : "Anthropic"} + Model: {selectedModel === "copilot" ? "VS Code Copilot" : selectedModel === "wso2" ? "WSO2 Integrator Copilot" : "Anthropic"} {messages.length > 0 && (