emit_event
Emit consultation events for reactive processing in multi-agent systems, triggering suggestions based on event types like gap detection or pattern assessment.
Instructions
EVENT (emit) — Emit a consultation event for reactive processing. Valid types: gap_found, pattern_assessed, coverage_threshold_reached, coverage_dropped, plan_created, state_conflict. Returns a reactive suggestion based on the event type.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consultation_id | Yes | The consultation session ID | |
| event_type | Yes | Type of event to emit | |
| data | No | Optional event payload (JSON object) |