/** * LLM Connector 接口 * 所有 provider 实现这个接口 */ export type { LLMConnector, LLMResult, LLMConfig } from '../types.js';