Skip to content

Commit

Permalink
Rename AI-related buttons to reduce confusion (#5475)
Browse files Browse the repository at this point in the history
Just renaming the titles for now; there are lots of other places we
refer to "text-to-cad" and "prompt-to-edit" that we will will want to
follow up on eventually I'm sure. This is a user fix with the least
chance of introducing bugs.
  • Loading branch information
franknoirot authored Feb 24, 2025
1 parent fa9e6cc commit 484da28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
}),
icon: 'sparkles',
status: 'available',
title: 'Text-to-CAD',
title: 'Create with AI',
description: 'Generate geometry from a text prompt.',
links: [
{
Expand All @@ -330,7 +330,7 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
}),
icon: 'sparkles',
status: 'available',
title: 'Prompt-to-Edit',
title: 'Edit with AI',
description: 'Edit geometry based on a text prompt.',
links: [],
},
Expand Down

0 comments on commit 484da28

Please sign in to comment.