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

Method BlockTaskAsAgent

internal/cli/client.go:402–402  ·  view source on GitHub ↗
(
		ctx context.Context,
		id string,
		request CreateTaskBlockRequest,
		credentials agentidentity.Credentials,
	)

Source from the content-addressed store, hash-verified

400 UpdateTask(ctx context.Context, id string, request UpdateTaskRequest) (TaskRecord, error)
401 BlockTask(ctx context.Context, id string, request CreateTaskBlockRequest) (TaskBlockRecord, error)
402 BlockTaskAsAgent(
403 ctx context.Context,
404 id string,
405 request CreateTaskBlockRequest,

Callers 1

newTaskBlockCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected