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