Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

enhancement: add streaming support#43

Merged
george-lhj merged 3 commits into
mainfrom
add-streaming
Aug 15, 2025
Merged

enhancement: add streaming support#43
george-lhj merged 3 commits into
mainfrom
add-streaming

Conversation

@george-lhj
Copy link
Copy Markdown
Contributor

fix #3

@george-lhj george-lhj requested a review from maximilien August 14, 2025 04:44
@george-lhj george-lhj self-assigned this Aug 14, 2025
@george-lhj george-lhj added the enhancement New feature or request label Aug 14, 2025
@george-lhj george-lhj requested a review from psschwei August 15, 2025 05:08
Copy link
Copy Markdown
Member

@psschwei psschwei left a comment

Choose a reason for hiding this comment

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

At first glance this looks fine. I didn't do a super thorough review, but since this is still being actively developed figure you can fix any bugs as they show up

Comment thread api/main.py Outdated
raise HTTPException(status_code=500, detail=f"Complete Builder failed: {e}")


@app.post("/api/chat_builder_complete_stream")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

that is a mouthful of an endpoint... is there a way to make this shorter?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yup, switched it into function logic

@george-lhj george-lhj merged commit 842bf59 into main Aug 15, 2025
1 check passed
@george-lhj george-lhj deleted the add-streaming branch August 15, 2025 21:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

enhancement: allow streaming in UI

2 participants