Skip to main content

Interface: EditedOutput

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:193

Human's edited version of draft output.

Properties

changeSummary?

optional changeSummary: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:201

Summary of changes


draftId

draftId: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:195

Original draft ID


editedAt

editedAt: Date

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:205

Timestamp


editedBy

editedBy: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:203

Who edited


editedContent

editedContent: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:197

Edited content


feedback?

optional feedback: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:207

Feedback for agent improvement


hasSignificantChanges

hasSignificantChanges: boolean

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:199

Whether significant changes were made