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

Function BuildWorkflowSection

agentContext/builder.go:654–656  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

652func nowForPrompt() time.Time {
653 if hook := currentPromptHooks().Now; hook != nil {
654 return hook()
655 }
656 return time.Now()
657}
658
659func getNamedTemplateSection(name string) (PromptSection, error) {

Calls 1

getNamedTemplateSectionFunction · 0.85