SurfSense/surfsense_web/components/tool-ui/index.ts
2025-12-21 16:32:55 -08:00

10 lines
311 B
TypeScript

/**
* Tool UI Components
*
* This module exports custom UI components for assistant tools.
* These components are registered with assistant-ui to render
* rich UI when specific tools are called by the agent.
*/
export { Audio } from "./audio";
export { GeneratePodcastToolUI } from "./generate-podcast";