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

Method SetExecutionProfile

internal/task/interfaces.go:38–38  ·  view source on GitHub ↗
(
		ctx context.Context,
		taskID string,
		profile *ExecutionProfile,
		actor ActorContext,
	)

Source from the content-addressed store, hash-verified

36
37 GetExecutionProfile(ctx context.Context, taskID string, actor ActorContext) (ExecutionProfile, error)
38 SetExecutionProfile(
39 ctx context.Context,
40 taskID string,
41 profile *ExecutionProfile,

Implementers 2

Serviceinternal/task/manager.go
StubTaskManagerinternal/api/testutil/task_stub.go

Calls

no outgoing calls