Skip to content

Commit c2db7f0

Browse files
committed
saveInputMessages associated with the promptMessageId
1 parent 87f1fb5 commit c2db7f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/saveInputMessages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export async function saveInputMessages(
8888
{ status: "pending" },
8989
],
9090
failPendingSteps: !!args.promptMessageId,
91+
promptMessageId: args.promptMessageId,
9192
embeddings,
9293
});
9394
return {

0 commit comments

Comments
 (0)