MCPcopy Create free account
hub / github.com/diillson/chatcli / fakeMoaAdapter

Struct fakeMoaAdapter

cli/plugins/builtin_moa_test.go:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type fakeMoaAdapter struct {
15 lastPrompt string
16 lastModels []string
17 lastAgg string
18 out string
19}
20
21func (f *fakeMoaAdapter) Run(_ context.Context, prompt string, members []string, aggregator string) (string, error) {
22 f.lastPrompt = prompt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected