diff options
Diffstat (limited to 'internal/api/agentmcp_endpoint_test.go')
| -rw-r--r-- | internal/api/agentmcp_endpoint_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/api/agentmcp_endpoint_test.go b/internal/api/agentmcp_endpoint_test.go index 0f1d846..dbc742c 100644 --- a/internal/api/agentmcp_endpoint_test.go +++ b/internal/api/agentmcp_endpoint_test.go @@ -34,6 +34,7 @@ func (f *fakeAgentChannel) ProposeEpic(context.Context, executor.EpicProposal) ( func (f *fakeAgentChannel) ProposeRoleConfig(context.Context, role.RoleConfig) (int, error) { return 1, nil } +func (f *fakeAgentChannel) ReportVerdict(context.Context, bool, string) error { return nil } type tokenRT struct { token string |
