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

Function BuildSystemPrompt

agent/loop.go:1463–1469  ·  view source on GitHub ↗
(cwd string)

Source from the content-addressed store, hash-verified

1461 e.mu.Lock()
1462 defer e.mu.Unlock()
1463 return e.skillRecoveryReady != nil && e.skillRecoveryReady[agentScope]
1464}
1465
1466func resolveInlineThinkingBudget(effort any) *int {
1467 switch v := effort.(type) {
1468 case nil:
1469 return nil
1470 case int:
1471 if v <= 0 {
1472 return nil

Calls 1

BuildSystemPromptFunction · 0.92