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

Function BuildAttachmentBlock

agentContext/builder.go:510–513  ·  view source on GitHub ↗
(name, heading, content string)

Source from the content-addressed store, hash-verified

508 return path, err
509 }
510 return abs, nil
511}
512
513func GetEnvInfo() map[string]string {
514 if hook := currentPromptHooks().EnvInfo; hook != nil {
515 return hook()
516 }

Calls

no outgoing calls