mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-21 17:05:24 -04:00
[PR #42] [MERGED] feat: support agent #122
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/langgenius/webapp-conversation/pull/42
Author: @iamjoel
Created: 1/29/2024
Status: ✅ Merged
Merged: 1/29/2024
Merged by: @iamjoel
Base:
main← Head:feat/support-agent📝 Commits (5)
ed83961feat: move anwser related code2019d8ffeat: change service codeb62e34cfeat: support output agent info8369599feat: conversation support show thought25ba4acfeat: show agent show📊 Changes
27 files changed (+1118 additions, -75 deletions)
View changed files
➕
app/api/conversations/[conversationId]/name/route.ts(+19 -0)📝
app/components/base/app-icon/index.tsx(+1 -1)📝
app/components/base/app-icon/style.module.css(+9 -1)➕
app/components/base/icons/line/arrows/chevron-down/data.json(+39 -0)➕
app/components/base/icons/line/arrows/chevron-down/index.tsx(+16 -0)➕
app/components/base/icons/public/data-set/data.json(+64 -0)➕
app/components/base/icons/public/data-set/index.tsx(+16 -0)➕
app/components/base/icons/solid/general/check-circle/data.json(+38 -0)➕
app/components/base/icons/solid/general/check-circle/index.tsx(+16 -0)📝
app/components/chat/answer/index.tsx(+52 -13)➕
app/components/chat/thought/index.tsx(+61 -0)➕
app/components/chat/thought/panel.tsx(+28 -0)➕
app/components/chat/thought/style.module.css(+7 -0)➕
app/components/chat/thought/tool.tsx(+103 -0)📝
app/components/index.tsx(+191 -22)📝
hooks/use-conversation.ts(+3 -1)📝
i18n/i18next-config.ts(+6 -0)➕
i18n/lang/tools.en.ts(+103 -0)➕
i18n/lang/tools.zh.ts(+95 -0)📝
package.json(+1 -1)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.