There was an error while loading. Please reload this page.
1 parent 65bb64b commit ac2307bCopy full SHA for ac2307b
1 file changed
client/src/hooks/Chat/useChatFunctions.ts
@@ -647,7 +647,7 @@ export default function useChatFunctions({
647
model: convo?.model,
648
error: false,
649
iconURL,
650
- clientQueueParentMessageId: regenerateShaped ? messageId : intermediateId,
+ clientQueueParentMessageId: regenerateShaped ? (messageId ?? undefined) : intermediateId,
651
/**
652
* Seed the assistant placeholder with the turn's manually-invoked
653
* skill names so `ContentParts` can render interim `SkillCall` cards
0 commit comments