Files
WeChat-AI/packages/llm/src/index.ts
T

20 lines
390 B
TypeScript

export {
LlmClient,
WebSearchClient,
loadLlmConfigFromEnv,
formatCurrentTime,
flattenChatContent,
probeToolsHealth,
type ChatContentPart,
type ChatImagePart,
type ChatMessage,
type ChatResult,
type ChatTextPart,
type LlmConfig,
type LlmUpstream,
type ChatCallOptions,
type BuiltinToolName,
type ToolsGatewayConfig,
type WebSearchHit,
} from "./client.js";