export default function InlineResult({ error, loading, response, streamingText, selectedModel, loadingLabel, placeholderText }) { return ( <> {error && (
{streamingText || ( {placeholderText || loadingLabel || 'Waiting for model…'} )} ▌
{response.summary}