fix: Branching issues

This commit is contained in:
bracesproul
2025-03-03 13:18:08 -08:00
parent 5256efb23f
commit 06eb8a45c8

View File

@@ -54,7 +54,7 @@ export function AssistantMessage({
const contentString = getContentString(message.content); const contentString = getContentString(message.content);
const handleRegenerate = () => { const handleRegenerate = () => {
thread.submit(undefined, { checkpoint: parentCheckpoint }); thread.submit(undefined, { checkpoint: parentCheckpoint, streamMode: ["values"] });
}; };
return ( return (