diff --git a/app/actions.tsx b/app/actions.tsx index c9f8ecfd..6f781fc5 100644 --- a/app/actions.tsx +++ b/app/actions.tsx @@ -310,8 +310,8 @@ async function submit(formData?: FormData, skip?: boolean) { if (userInput && (userInput.toLowerCase().trim() === 'what is a planet computer?' || userInput.toLowerCase().trim() === 'what is qcx-terra?' || userInput.toLowerCase().trim() === 'how do i use the computer?')) { const definition = userInput.toLowerCase().trim() === 'how do i use the computer?' ? 'To use QCX-Terra, start by searching for a location or asking a geospatial question. You can also draw features on the map to focus your analysis. QCX-Terra uses multi-agent automation to streamline exploration and provide precise environmental insights.' : userInput.toLowerCase().trim() === 'what is a planet computer?' - ? `A planet computer is a proprietary environment aware system that interoperates weather forecasting, mapping and scheduling using cutting edge multi-agents to streamline automation and exploration on a planet. Available for our Pro and Enterprise customers. [QCX Pricing](https://www.queue.cx/#pricing)` - : `QCX-Terra is a model garden of pixel level precision geospatial foundational models for efficient land feature predictions from satellite imagery. Available for our Pro and Enterprise customers. [QCX Pricing] (https://www.queue.cx/#pricing)`; + ? `A planet computer is a proprietary environment aware system that interoperates weather forecasting, mapping and scheduling using cutting edge multi-agents to streamline automation and exploration on a planet. Available for our Go and Enterprise customers. [QCX Pricing](https://www.queue.cx/#pricing)` + : `QCX-Terra is a model garden of pixel level precision geospatial foundational models for efficient land feature predictions from satellite imagery. Available for our Go and Enterprise customers. [QCX Pricing] (https://www.queue.cx/#pricing)`; const content = JSON.stringify(Object.fromEntries(formData!)); const type = 'input'; diff --git a/components/settings/components/settings-skeleton.tsx b/components/settings/components/settings-skeleton.tsx index 222ed1ae..48854791 100644 --- a/components/settings/components/settings-skeleton.tsx +++ b/components/settings/components/settings-skeleton.tsx @@ -8,7 +8,7 @@ export function SettingsSkeleton() { System - Tools + Plugins Users Map diff --git a/components/settings/components/settings.tsx b/components/settings/components/settings.tsx index a8a922e7..621b03f8 100644 --- a/components/settings/components/settings.tsx +++ b/components/settings/components/settings.tsx @@ -38,7 +38,7 @@ const settingsFormSchema = z.object({ message: "System prompt cannot exceed 2000 characters.", }), selectedModel: z.string().refine(value => value.trim() !== '', { - message: "Please select a tool.", + message: "Please select a plugin.", }), users: z.array( z.object({ @@ -214,7 +214,7 @@ export function Settings({ initialTab = "system-prompt" }: SettingsProps) { System - Tools + Plugins Users Map {/* @@ -252,8 +252,8 @@ export function Settings({ initialTab = "system-prompt" }: SettingsProps) { - Tools - Choose the tool that powers your planetary copilot + Plugins + Choose the plugin that powers your planetary copilot diff --git a/components/settings/components/tool-selection-form.tsx b/components/settings/components/tool-selection-form.tsx index 2fcf440e..43b1f04c 100644 --- a/components/settings/components/tool-selection-form.tsx +++ b/components/settings/components/tool-selection-form.tsx @@ -83,12 +83,12 @@ export function ToolSelectionForm({ form }: ToolSelectionFormProps) { render={({ field }) => (
- Planetary Tool + Planetary Plugin
Quick Select: