(ctx context.Context, id string, message string, handler SSEHandler)
| 218 | SteerSessionPrompt(ctx context.Context, id string, text string) (SessionPromptRecord, error) |
| 219 | CancelQueuedSessionPrompt(ctx context.Context, id string, queueEntryID string) (SessionPromptRecord, error) |
| 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, |
no outgoing calls
no test coverage detected