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

Method GetModelName

server/handler_test.go:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (m *mockLLMClient) GetModelName() string {
31 args := m.Called()
32 return args.String(0)
33}
34
35func (m *mockLLMClient) SendPrompt(ctx context.Context, prompt string, history []models.Message, maxTokens int) (string, error) {
36 args := m.Called(ctx, prompt, history, maxTokens)

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected