refactor: unify zod imports

This commit is contained in:
Simon
2026-02-25 16:18:56 +08:00
parent 49bdc70c78
commit 22fe448d95
4 changed files with 46 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
/**
* Core types for LLM integration
*/
import type { z } from 'zod'
import type * as z from 'zod'
/**
* Message format - OpenAI standard (industry standard)