| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { z } from 'zod' |
| 3 | import { toolDefinition } from '@tanstack/ai' |
| 4 | import { createCodeModeSystemPrompt } from '../src/create-system-prompt' |
nothing calls this directly
no test coverage detected