- {textContent && (
+ {/* Chain-of-Thought (hidden by default) */}
+ {cotText && (
+
+ )}
+
+ {/* Visible assistant response */}
+ {displayText && (
{}
@@ -137,7 +167,7 @@ export default function GooseMessage({
{timestamp}
)}
- {textContent && message.content.every((content) => content.type === 'text') && (
+ {displayText && message.content.every((content) => content.type === 'text') && (
@@ -194,7 +224,7 @@ export default function GooseMessage({
{/* NOTE from alexhancock on 1/14/2025 - disabling again temporarily due to non-determinism in when the forms show up */}
{false && metadata && (
-
+
)}