mirror of
https://github.com/run-llama/human_in_the_loop_workflow_demo.git
synced 2026-07-01 21:24:04 -04:00
use sse to support human in the loop? #1
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?
Originally created by @qiankunli on GitHub (Mar 2, 2025).
If using Server-Sent Events (SSE) instead of WebSockets to interact with the front end, how can i achieve the effect of waiting for user feedback? Answering a question may trigger two API calls.
this may trigger two
/v1/chatapi,How to treat them as a single llm qa process.