import React from 'react'; import { useLocalize } from '~/hooks'; import { UIResourceRenderer } from '@mcp-ui/client'; import UIResourceCarousel from './UIResourceCarousel'; import type { UIResource } from '~/common'; function OptimizedCodeBlock({ text, maxHeight = 320 }: { text: string; maxHeight?: number }) { return (
{text}