( ctx context.Context, taskRecord taskpkg.Task, run taskpkg.Run, profile *taskpkg.ExecutionProfile, )
| 65 | |
| 66 | type taskSessionContextOverlay interface { |
| 67 | TaskRunPromptOverlay( |
| 68 | ctx context.Context, |
| 69 | taskRecord taskpkg.Task, |
| 70 | run taskpkg.Run, |
no outgoing calls
no test coverage detected