fix: Branching issues
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user