import { textToImageTool } from "./textToImage"; import { textToSpeechTool } from "./textToSpeech"; import { speechToTextTool } from "./speechToText"; import { imageToTextTool } from "./imageToText"; export const tools = [ textToImageTool, textToSpeechTool, speechToTextTool, imageToTextTool, ];