ManimCat-show / src /studio-agent /plot /register-plot-tools.ts
Bin29's picture
Sync from main: 68df783 feat: support multimodal studio reference images
d47b053
import type { StudioToolRegistry } from '../tools/registry'
import { createPlotStudioRenderTool } from './tools/plot-render-tool'
export function registerPlotStudioTools(registry: StudioToolRegistry): void {
registry.register(createPlotStudioRenderTool())
}