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

Function StripInternalElements

agent/normalize.go:84–86  ·  view source on GitHub ↗
(messages []map[string]any)

Source from the content-addressed store, hash-verified

82}
83
84func StripInternalElements(messages []map[string]any) []map[string]any {
85 return StripInternalElementsWithErrors(messages, nil)
86}
87
88func StripInternalElementsWithErrors(messages []map[string]any, errorBlockMap map[string][]string) []map[string]any {
89 stripTypes := map[string]struct{}{}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected