Skip to content

Commit 1220a05

Browse files
committed
prettier format
1 parent e10de86 commit 1220a05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/website/docs/guide/05-official-plugins/01-commandkit-ai.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ graph TD
3131
K[AI Commands] --> F
3232
```
3333

34-
AI plugin basically acts as a smart command handler that decides which command to execute based on the given prompt. Similarly, the AI commands are basically an abstraction for tool calling feature of the large language models. This plugin uses the [ai sdk](https://ai-sdk.dev) under the hood to interact with large language models.
34+
AI plugin basically acts as a smart command handler that decides which
35+
command to execute based on the given prompt. Similarly, the AI
36+
commands are basically an abstraction for tool calling feature of the
37+
large language models. This plugin uses the
38+
[ai sdk](https://ai-sdk.dev) under the hood to interact with large
39+
language models.
3540

3641
## Installation
3742

0 commit comments

Comments
 (0)