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

Method TaskRunPromptOverlay

internal/daemon/task_runtime.go:67–67  ·  view source on GitHub ↗
(
		ctx context.Context,
		taskRecord taskpkg.Task,
		run taskpkg.Run,
		profile *taskpkg.ExecutionProfile,
	)

Source from the content-addressed store, hash-verified

65
66type taskSessionContextOverlay interface {
67 TaskRunPromptOverlay(
68 ctx context.Context,
69 taskRecord taskpkg.Task,
70 run taskpkg.Run,

Callers 3

StartTaskSessionMethod · 0.65
createRouteMethod · 0.65

Implementers 2

Serviceinternal/situation/service.go
taskContextOverlayStubinternal/daemon/task_runtime_test.go

Calls

no outgoing calls

Tested by

no test coverage detected