Simulated tool output with metadata wrapper (as returned by LLM agent shell tools).
(output string)
| 112 | |
| 113 | // Simulated tool output with metadata wrapper (as returned by LLM agent shell tools). |
| 114 | func wrapToolOutput(output string) string { |
| 115 | return fmt.Sprintf("Exit code: 0\nWall time: 1.5 seconds\n\nOutput:\n%s", output) |
| 116 | } |
| 117 | |
| 118 | // =================================================================== |
| 119 | // Parser unit tests — parseNetstatOutput |
no outgoing calls
no test coverage detected