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

Function FormatToolCallEntry

ui/runtime.go:641–644  ·  view source on GitHub ↗
(event UiEvent)

Source from the content-addressed store, hash-verified

639 entry := map[string]any{
640 "task_id": "agent:" + kind,
641 "worker_label": "agent",
642 "status": kind,
643 "summary": summary,
644 "result_text": "",
645 "input_tokens": 0,
646 "output_tokens": 0,
647 "tool_use_count": 0,

Callers 1

ApplyUIEventMethod · 0.85

Calls 2

firstNonEmptyFunction · 0.70
stringFromAnyFunction · 0.70

Tested by

no test coverage detected