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

Method SteerSessionPrompt

internal/cli/client.go:218–218  ·  view source on GitHub ↗
(ctx context.Context, id string, text string)

Source from the content-addressed store, hash-verified

216 PromptSession(ctx context.Context, id string, message string) ([]AgentEventRecord, error)
217 SendSessionPrompt(ctx context.Context, id string, request SessionPromptRequest) (SessionPromptRecord, error)
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)

Callers 1

runSessionPromptActionFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected