import { embeddingsTool } from '@/tools/openai/embeddings' import { imageTool } from '@/tools/openai/image' export const openAIEmbeddingsTool = embeddingsTool export const openAIImageTool = imageTool