mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-20 19:04:22 -04:00
[PR #159] [MERGED] fix(useWorkflow): handle incomplete chunk and support tool call transformation #168
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/159
Author: @thucpn
Created: 7/4/2025
Status: ✅ Merged
Merged: 7/9/2025
Merged by: @thucpn
Base:
main← Head:tp/handle-fail-to-parse-chunk📝 Commits (10+)
6a4e264fix: handle fail to parse chunk896039aadd testcd11632Create gorgeous-lies-develop.mde475076support transforming toolcall and toolcalloutput13f50d7raw node to source node0939d21fileServerUrl option for useChatWorkflow0d7d8c9add normal agentic rag example73a1dc0missing file8c6fe6creturn slug urlf853fc1update pnpm workspace📊 Changes
37 files changed (+1580 additions, -37 deletions)
View changed files
➕
.changeset/gorgeous-lies-develop.md(+5 -0)➕
examples/llamadeploy/agentic-rag-cloud/.gitignore(+5 -0)➕
examples/llamadeploy/agentic-rag-cloud/README.md(+106 -0)➕
examples/llamadeploy/agentic-rag-cloud/llama_deploy.yml(+24 -0)➕
examples/llamadeploy/agentic-rag-cloud/pyproject.toml(+54 -0)➕
examples/llamadeploy/agentic-rag-cloud/src/citation.py(+106 -0)➕
examples/llamadeploy/agentic-rag-cloud/src/generate.py(+65 -0)➕
examples/llamadeploy/agentic-rag-cloud/src/index.py(+146 -0)➕
examples/llamadeploy/agentic-rag-cloud/src/query.py(+47 -0)➕
examples/llamadeploy/agentic-rag-cloud/src/service.py(+74 -0)➕
examples/llamadeploy/agentic-rag-cloud/src/settings.py(+14 -0)➕
examples/llamadeploy/agentic-rag-cloud/src/workflow.py(+35 -0)➕
examples/llamadeploy/agentic-rag-cloud/ui/data/101.pdf(+0 -0)➕
examples/llamadeploy/agentic-rag-cloud/ui/index.ts(+10 -0)➕
examples/llamadeploy/agentic-rag-cloud/ui/layout/header.tsx(+40 -0)➕
examples/llamadeploy/agentic-rag-cloud/ui/package.json(+18 -0)➕
examples/llamadeploy/agentic-rag/.gitignore(+5 -0)➕
examples/llamadeploy/agentic-rag/README.md(+106 -0)➕
examples/llamadeploy/agentic-rag/llama_deploy.yml(+24 -0)➕
examples/llamadeploy/agentic-rag/pyproject.toml(+54 -0)...and 17 more files
📄 Description
Fix: https://github.com/run-llama/create-llama/pull/701/files#r2184787076
And fix: https://github.com/run-llama/chat-ui/issues/160
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.