Interface: DraftOutput
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:169
Draft output for human review/editing.
Properties
agentId
agentId:
string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:177
Agent that generated it
confidence
confidence:
number
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:183
Agent's confidence in the output
content
content:
string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:175
The draft content
contentType
contentType:
"text"|"json"|"markdown"|"html"|"code"
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:173
Type of content
draftId
draftId:
string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:171
Draft identifier
generatedAt
generatedAt:
Date
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:185
Timestamp
purpose
purpose:
string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:179
Purpose/context of the output
reviewFocus?
optionalreviewFocus:string[]
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:181
Specific areas to review
timeoutMs?
optionaltimeoutMs:number
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:187
Timeout (ms)