mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-29 00:38:03 -05:00
Compare commits
1 Commits
main
...
fix/hitl-o
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b69274eebf |
@@ -162,5 +162,9 @@ export const HumanInTheLoopBlock: BlockConfig<ResponseBlockOutput> = {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'Resume API endpoint URL for direct curl requests',
|
description: 'Resume API endpoint URL for direct curl requests',
|
||||||
},
|
},
|
||||||
|
response: { type: 'json', description: 'Display data shown to the approver' },
|
||||||
|
submission: { type: 'json', description: 'Form submission data from the approver' },
|
||||||
|
resumeInput: { type: 'json', description: 'Raw input data submitted when resuming' },
|
||||||
|
submittedAt: { type: 'string', description: 'ISO timestamp when the workflow was resumed' },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user