MCPcopy
hub / github.com/mudler/LocalAI / fakeChatClient

Struct fakeChatClient

core/cli/chat/session_test.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31})
32
33type fakeChatClient struct {
34 models []string
35 answer string
36 requests []fakeChatRequest
37}
38
39type fakeChatRequest struct {
40 model string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected