mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-07 23:02:39 +02:00
Forward HITL decisions from the streaming layer to subagents via the config side-channel.
This commit is contained in:
parent
ba2138c164
commit
4ac3f0b304
4 changed files with 75 additions and 20 deletions
|
|
@ -2046,6 +2046,7 @@ async def resume_chat(
|
|||
thread_visibility=thread.visibility,
|
||||
filesystem_selection=filesystem_selection,
|
||||
request_id=getattr(http_request.state, "request_id", "unknown"),
|
||||
disabled_tools=request.disabled_tools,
|
||||
),
|
||||
media_type="text/event-stream",
|
||||
headers={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue