MCPcopy Create free account
hub / github.com/compozy/agh / StreamPromptSession

Method StreamPromptSession

internal/cli/client.go:220–220  ·  view source on GitHub ↗
(ctx context.Context, id string, message string, handler SSEHandler)

Source from the content-addressed store, hash-verified

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,

Callers 1

streamPromptEventsJSONLFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected