Skip to content

Conversation

nhuang-lc
Copy link
Contributor

@nhuang-lc nhuang-lc commented Aug 28, 2025

  • Add UI for citations within Markdown
  • Add view for document chunks that are fetched
Screen.Recording.2025-08-28.at.1.19.53.AM.mov

Copy link

vercel bot commented Aug 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
open-agent-platform Ready Ready Preview Comment Aug 28, 2025 4:32pm
open-agent-platform-web Ready Ready Preview Comment Aug 28, 2025 4:32pm

const documents = messages
.filter(
(message) =>
message.type === "tool" && typeof message.content === "string",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This is generic filter right now, we could filter to specific tool calls from Chat LangChain if we so chose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant