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

Method SendSessionPrompt

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

Source from the content-addressed store, hash-verified

215 ApproveSession(ctx context.Context, id string, request SessionApprovalRequest) (SessionApprovalRecord, error)
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

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