refactor: remove display_image tool and associated UI components to streamline chat functionality

This commit is contained in:
Anish Sarkar 2026-03-24 19:00:55 +05:30
parent 337bab3650
commit c926c3f62e
6 changed files with 2 additions and 285 deletions

View file

@ -7,13 +7,6 @@
*/
export { Audio } from "./audio";
export {
type DisplayImageArgs,
DisplayImageArgsSchema,
type DisplayImageResult,
DisplayImageResultSchema,
DisplayImageToolUI,
} from "./display-image";
export {
type GenerateImageArgs,
GenerateImageArgsSchema,