( ctx context.Context, id string, query SessionEventQuery, lastEventID string, handler SSEHandler, )
| 220 | StreamPromptSession(ctx context.Context, id string, message string, handler SSEHandler) error |
| 221 | SessionEvents(ctx context.Context, id string, query SessionEventQuery) ([]SessionEventRecord, error) |
| 222 | StreamSessionEvents( |
| 223 | ctx context.Context, |
| 224 | id string, |
| 225 | query SessionEventQuery, |
no outgoing calls
no test coverage detected