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

Function BuildTrustAndExternalContextSection

agentContext/builder.go:650–652  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648 Content: content,
649 }
650}
651
652func nowForPrompt() time.Time {
653 if hook := currentPromptHooks().Now; hook != nil {
654 return hook()
655 }

Calls 1

getNamedTemplateSectionFunction · 0.85