Jon/backend hitl buffs (#3826)

This commit is contained in:
Jonathan Dobson
2025-10-27 14:50:17 -04:00
committed by GitHub
parent be2ceb31a8
commit 353358ee17
6 changed files with 92 additions and 14 deletions

View File

@@ -53,6 +53,11 @@ class WorkflowRunBlock(BaseModel):
subject: str | None = None
body: str | None = None
# human interaction block
instructions: str | None = None
positive_descriptor: str | None = None
negative_descriptor: str | None = None
class WorkflowRunTimelineType(StrEnum):
thought = "thought"