mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-21 11:25:22 -04:00
[PR #42] [MERGED] fix: able to get custom annotation data #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/chat-ui/pull/42
Author: @thucpn
Created: 2/12/2025
Status: ✅ Merged
Merged: 2/14/2025
Merged by: @marcusschiesser
Base:
main← Head:fix/able-to-get-custom-annotation-data📝 Commits (10+)
68c1b27fix: able to get custom annotation data3335e0cmake generic7e3cb51Create sweet-fireants-relax.md5d68baefix: lintea77e5fsimplify custom chat message content4ed9ac4export annotations component sticky to chat message content3ae699dfix: code review84f51a2fix: lint9394652update example495c822fix: typing📊 Changes
9 files changed (+248 additions, -142 deletions)
View changed files
➕
.changeset/sweet-fireants-relax.md(+5 -0)➕
.github/workflows/release.yml(+70 -0)📝
apps/web/app/custom-demo.tsx(+23 -22)📝
packages/chat-ui/src/chat/annotation.ts(+38 -3)📝
packages/chat-ui/src/chat/chat-annotations.tsx(+30 -25)➕
packages/chat-ui/src/chat/chat-message.context.ts(+20 -0)📝
packages/chat-ui/src/chat/chat-message.tsx(+51 -91)📝
packages/chat-ui/src/chat/chat.interface.ts(+10 -0)📝
packages/chat-ui/src/index.tsx(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.