mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-08 07:12: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
|
|
@ -330,6 +330,9 @@ class ResumeDecision(BaseModel):
|
|||
class ResumeRequest(BaseModel):
|
||||
search_space_id: int
|
||||
decisions: list[ResumeDecision]
|
||||
# Mirrors ``NewChatRequest.disabled_tools`` so the resumed run sees the
|
||||
# same tool surface as the originating turn.
|
||||
disabled_tools: list[str] | None = None
|
||||
filesystem_mode: Literal["cloud", "desktop_local_folder"] = "cloud"
|
||||
client_platform: Literal["web", "desktop"] = "web"
|
||||
local_filesystem_mounts: list[LocalFilesystemMountPayload] | None = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue