Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Databricks AppKit is designed to work with AI coding assistants through Agent Sk
Install Agent Skills and configure it for use with your preferred AI assistant:

```bash
databricks experimental aitools install
databricks aitools install
```

Once configured for your development environment, you can use your AI assistant to create and deploy new Databricks applications, as well as to iteratively evolve your app's codebase.
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/src/cli/commands/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ${links}
For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills:

\`\`\`bash
databricks experimental aitools install
databricks aitools install
\`\`\`
${SECTION_END}`;
}
Expand Down Expand Up @@ -88,7 +88,7 @@ ${links}
For enhanced AI assistance with Databricks CLI operations, authentication, data exploration, and app development, install the Databricks skills:

\`\`\`bash
databricks experimental aitools install
databricks aitools install
\`\`\`
${SECTION_END}
`;
Expand Down
Loading