Ask a question to get started
Enter to send•Shift+Enter new line
Maps interrupt IDs to dicts containing a 'decisions' key with a list of decision dicts (each having a 'type' key of 'approve' or 'reject').
'decisions'
'type'
'approve'
'reject'
Used to resume the agent after HITL processing.
hitl_response: dict[str, dict[str, list[dict[str, str]]]] = field(default_factory=dict)