event_bus_bus_subscribe
Subscribe to event topics to receive notifications in AI applications. Specify a topic or use '*' for all events, with a subscriber name for identification.
Instructions
[event_bus] Subscribe to a topic. Use topic='*' to receive all events. subscriber is a name string identifying who receives the events.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| subscriber | Yes |