[PR #560] [MERGED] chore: bump chat UI version to 0.1.2 and rename generate_ui_for_workflow #592

Closed
opened 2026-02-15 20:15:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/560
Author: @leehuwuj
Created: 4/15/2025
Status: Merged
Merged: 4/15/2025
Merged by: @leehuwuj

Base: mainHead: lee/minor-improve-gen-code


📝 Commits (4)

  • 6fe4e4e chore: bump chat UI version to 0.1.2 and rename generate_ui_for_workflow
  • 2040a1f feat: add exports for event component generation in gen_ui module
  • 472232d update document
  • 6e2cc9a refine prompt

📊 Changes

4 files changed (+17 additions, -12 deletions)

View changed files

📝 llama-index-server/docs/custom_ui_component.md (+7 -7)
📝 llama-index-server/llama_index/server/chat_ui.py (+1 -1)
📝 llama-index-server/llama_index/server/gen_ui/__init__.py (+4 -0)
📝 llama-index-server/llama_index/server/gen_ui/main.py (+5 -4)

📄 Description

Summary by CodeRabbit

  • Documentation

    • Updated comments and UI instructions to remove outdated note about cn() support.
    • Clarified docstring for the UI generation function regarding the workflow file argument.
    • Revised documentation to rename the UI generation function and update example usage with recommended LLM models.
  • New Features

    • Introduced a public API for UI generation with explicit exports for event component creation and workflow event schema retrieval.
  • Chores

    • Incremented the chat UI version from 0.1.1 to 0.1.2.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/560 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 4/15/2025 **Status:** ✅ Merged **Merged:** 4/15/2025 **Merged by:** [@leehuwuj](https://github.com/leehuwuj) **Base:** `main` ← **Head:** `lee/minor-improve-gen-code` --- ### 📝 Commits (4) - [`6fe4e4e`](https://github.com/run-llama/create-llama/commit/6fe4e4e27d0054dc96006f0d4e98f47bc3ba279e) chore: bump chat UI version to 0.1.2 and rename generate_ui_for_workflow - [`2040a1f`](https://github.com/run-llama/create-llama/commit/2040a1fae74bcbf1bb613b508e4e3f9a95b6eea2) feat: add exports for event component generation in gen_ui module - [`472232d`](https://github.com/run-llama/create-llama/commit/472232ddc101754977cd874b6cbf2afb72e25b02) update document - [`6e2cc9a`](https://github.com/run-llama/create-llama/commit/6e2cc9a49f0062506f31d96caddd9cfd808a910c) refine prompt ### 📊 Changes **4 files changed** (+17 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `llama-index-server/docs/custom_ui_component.md` (+7 -7) 📝 `llama-index-server/llama_index/server/chat_ui.py` (+1 -1) 📝 `llama-index-server/llama_index/server/gen_ui/__init__.py` (+4 -0) 📝 `llama-index-server/llama_index/server/gen_ui/main.py` (+5 -4) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated comments and UI instructions to remove outdated note about `cn()` support. - Clarified docstring for the UI generation function regarding the workflow file argument. - Revised documentation to rename the UI generation function and update example usage with recommended LLM models. - **New Features** - Introduced a public API for UI generation with explicit exports for event component creation and workflow event schema retrieval. - **Chores** - Incremented the chat UI version from 0.1.1 to 0.1.2. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:27 -05:00
yindo closed this issue 2026-02-15 20:15:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#592