{JSON.stringify(data, null, 2)}
{JSON.stringify(allData, null, 2)};
}
```
## Content Renderers
### Content
Auto-routes to the appropriate renderer based on content type:
```tsx theme={null}
import { Content } from '@erdoai/ui';
function ResultView({ content }) {
return {part.text}
; } return null; })}