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

Function PinFields

config/config.go:206–216  ·  view source on GitHub ↗
(cfg *Config, fields ...string)

Source from the content-addressed store, hash-verified

204 bundledSkillsDir := resourceSubdir(resourceDir, apppaths.LegacySkillsDirName, "skills")
205 bundledTeamsDir := resourceSubdir(resourceDir, apppaths.LegacyTeamsDirName, "teams")
206
207 cfg := Config{
208 Paths: paths,
209 ProjectPaths: projectPaths,
210 APIKey: "",
211 APIBaseURL: "",
212 APIModel: "",
213 APIType: "openai_compatible",
214 FallbackAPIEnabled: false,
215 FallbackAPIKey: "",
216 FallbackAPIBaseURL: "",
217 FallbackAPIModel: "",
218 FallbackAPIType: "auto",
219 APIMaxTokens: 16000,

Callers 2

runFunction · 0.92

Calls

no outgoing calls