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

Function getBool

api/client.go:1345–1351  ·  view source on GitHub ↗
(m map[string]any, key string)

Source from the content-addressed store, hash-verified

1343 converted = append(converted, map[string]any{"role": role, "content": contentStr})
1344 i++
1345 continue
1346 }
1347
1348 contentList, ok := normalizeContentBlocks(content)
1349 if !ok {
1350 converted = append(converted, map[string]any{"role": role, "content": fmt.Sprint(content)})
1351 i++
1352 continue
1353 }
1354

Callers 3

toolMessageFromResultFunction · 0.85
splitAnthropicBlocksFunction · 0.85
consumeToolResultCarrierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected