MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / fallbackToolMessage

Function fallbackToolMessage

api/client.go:994–1000  ·  view source on GitHub ↗
(toolCallID string)

Source from the content-addressed store, hash-verified

992 if strings.TrimSpace(c.Model) != "" {
993 return c.Model
994 }
995 return "OpenAI-compatible"
996}
997
998func CreateLLMClient(
999 apiKey string,
1000 baseURL string,
1001 model string,
1002 maxTokens int,
1003 thinkingBudgetTokens *int,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected