Skip to content

Commit 56b9edc

Browse files
committed
docs: improve basic usage section
1 parent 3ac34cc commit 56b9edc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/docs/content/docs/(get-started)/basic-usage.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For example, here’s how you can generate text with various models using the AI
88

99
### Enable the [Provider](/docs/#model-providers) of your choice
1010

11-
You can enable the provider you want by using the feature flag of the provider. e.g. for [OpenAI](/docs/providers/openai)
11+
You can enable the provider you want by using the feature flag of the provider. e.g. for [OpenAI](/docs/providers)
1212

1313
```bash
1414
cargo add aisdk --features openai # anthropic, google or any other provider
@@ -67,3 +67,5 @@ You can find more info about streaming text [here](/docs/concepts/generating-tex
6767
code: "GoogleStreamText",
6868
},
6969
]} />
70+
71+
These examples cover the basic usage of the AI SDK. To explore more advanced capabilities, dive into the core concepts such as [Tool Calling](/docs/concepts/tools) and [Agents](/docs/concepts/agents) or take a deeper look at text generation features [generating text](/docs/concepts/generating-text) and [streaming text](/docs/concepts/generating-text#streaming-text).

0 commit comments

Comments
 (0)