assistant-ui icon indicating copy to clipboard operation
assistant-ui copied to clipboard

React Components for AI Chat πŸ’¬ πŸš€

Results 104 assistant-ui issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

I dug through the code and it seems there is only text content for Langgraph messages?! You DO have some "attachment" components and hooks as it looks like but not...

Audio chat UI is booming. https://x.com/i/status/1838996227087811015 It's great that assistant-ui supoprt this audio chat UI.

- [ ] feature: hover state for markdown style `[^n]` citations with link imperative integration for transforming highest level heading in sanitized innerHtml replace into an anchor with the link...

**useLangGraphRuntime** doesnΒ΄t seem to support any of the advanced actions like thread switching, reloading last message etc. and I have no idea how to add this functionality :-( PS: Still...

I'm a bit of a newby. So there may be an obvious fix for this. ``` npm install npm error code EUNSUPPORTEDPROTOCOL npm error Unsupported URL Type "workspace:": workspace:* npm...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

Having some difficulty with chat history/pagination. I'm able to get pagination and previous chat history using tanstack query's `useInfiniteQuery` hook, messages are properly prepended to the messages list and render...

needs triage

I want to start a thread with an initial user message received by the search params. ```jsx const searchParams = useSearchParams(); const message = searchParams.get("message"); const runtime = useChatRuntime({ api:...