| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { buildTraceSpans } from '@/lib/logs/execution/trace-spans/trace-spans' |
| 3 | import { stripCustomToolPrefix } from '@/executor/constants' |
| 4 | import type { ExecutionResult } from '@/executor/types' |
nothing calls this directly
no test coverage detected