ExecEvents returns all events for a specific execution ID.
(ctx context.Context, execID string)
| 36 | |
| 37 | // ExecEvents returns all events for a specific execution ID. |
| 38 | ExecEvents(ctx context.Context, execID string) ([]*proto.ExecutionEvent, error) |
| 39 | |
| 40 | // DeleteEvents deletes all events for a specific conversation ID. |
| 41 | DeleteEvents(ctx context.Context, conversationID string) error |
no outgoing calls