Skip to content
Open
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
4 changes: 4 additions & 0 deletions docs/content/docs/2.components/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Nuxt UI provides a set of components designed to build AI-powered chat interface
Check out the [`Nuxt`](https://github.com/nuxt-ui-templates/chat) and [`Vue`](https://github.com/nuxt-ui-templates/chat-vue) AI Chat templates on GitHub for production-ready implementations.
::

:::tip{to="https://docs.langchain.com/oss/javascript/langchain/frontend/overview" target="_blank"}
Building with LangChain? The Chat components can render agent state from any Vue composable: use the [DeepAgents harness adapter](https://vercel.com/changelog/deepagents-and-opencode-harness-adapters) with the AI SDK `Chat` class, or connect `@langchain/vue`'s `useStream` / `useMessages` to `UChatMessages` and `UChatPrompt`.
:::

## Components

| Component | Description |
Expand Down
Loading