Skip to content

Commit

Permalink
chore: broken links (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
iteratetograceness authored Jun 18, 2024
1 parent 60bfa0b commit 114afff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/docs/02-getting-started/02-nextjs-app-router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,6 @@ The `ai/rsc` library is designed to give you complete control over streamable va

## Where to Next?

You've built an AI chatbot using the Vercel AI SDK! Experiment and extend the functionality of this application further by exploring [tool calling](/docs/ai-sdk-core/tools-and-tool-calling) or introducing more granular control over [AI and UI states](/docs/ai-sdk-rsc/ai-ui-states).
You've built an AI chatbot using the Vercel AI SDK! Experiment and extend the functionality of this application further by exploring [tool calling](/docs/ai-sdk-core/tools-and-tool-calling) or introducing more granular control over [AI and UI states](/docs/ai-sdk-rsc/generative-ui-state).

If you are looking to leverage the broader capabilities of LLMs, Vercel [ AI SDK Core ](/docs/ai-sdk-core) provides a comprehensive set of lower-level tools and APIs that will help you unlock a wider range of AI functionalities beyond the chatbot paradigm.
2 changes: 1 addition & 1 deletion content/docs/04-ai-sdk-rsc/05-streaming-values.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ When the button is clicked, the `getWeather` function is called, and the returne

Learn more about handling multiple streams in a single request in the [Multiple Streamables](/docs/advanced/multiple-streamables) guide.

Learn more about handling state for more complex use cases with [ AI/UI State ](/docs/ai-sdk-rsc/ai-ui-states).
Learn more about handling state for more complex use cases with [ AI/UI State ](/docs/ai-sdk-rsc/generative-ui-state).
2 changes: 1 addition & 1 deletion content/examples/01-next-app/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Explore examples of how to use Vercel AI SDK in Next.js App Router

# Examples for Next.js App Router

The Vercel AI SDK is designed to work with Next.js App Router. Since the App Router has first class support for React Server Components, you can use the `ai/rsc` module to build applications with features like [Generative User Interfaces](/docs/ai-sdk-rsc) and better [Server-Client State Management](/docs/ai-sdk-rsc/ai-ui-states).
The Vercel AI SDK is designed to work with Next.js App Router. Since the App Router has first class support for React Server Components, you can use the `ai/rsc` module to build applications with features like [Generative User Interfaces](/docs/ai-sdk-rsc) and better [Server-Client State Management](/docs/ai-sdk-rsc/generative-ui-state).

As a result, the examples will demonstrate querying the language model and streaming the response to the client using React Server Components and Server Actions from `ai/rsc`, instead of using Route Handlers and hooks such as `useChat` and `useCompletion` from `@ai-sdk/react`.

Expand Down
2 changes: 1 addition & 1 deletion content/examples/02-next-pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ The Vercel AI SDK is designed to work with Next.js Pages Router. The examples wi
| Next.js App Router | <Check/> | <Check/> | <Check/> |
| Next.js Pages Router | <Cross/> | <Check/> | <Check/> |

> **Note:** The App Router fully supports React Server Components, enhancing your development experience when using `ai/rsc`. This integration makes it easier to manage building [Generative User Interfaces](/docs/ai-sdk-rsc) and improves [Server-Client State Management](/docs/ai-sdk-rsc/ai-ui-states), offering a more streamlined development process.
> **Note:** The App Router fully supports React Server Components, enhancing your development experience when using `ai/rsc`. This integration makes it easier to manage building [Generative User Interfaces](/docs/ai-sdk-rsc) and improves [Server-Client State Management](/docs/ai-sdk-rsc/generative-ui-state), offering a more streamlined development process.

0 comments on commit 114afff

Please sign in to comment.