Events returns all events for the conversation.
(ctx context.Context, conversationID string)
| 33 | |
| 34 | // Events returns all events for the conversation. |
| 35 | Events(ctx context.Context, conversationID string) ([]*proto.ConversationEvent, error) |
| 36 | |
| 37 | // ExecEvents returns all events for a specific execution ID. |
| 38 | ExecEvents(ctx context.Context, execID string) ([]*proto.ExecutionEvent, error) |
no outgoing calls