Skip to content

Commit 503ea66

Browse files
committed
fix: run input fix
1 parent a939bfa commit 503ea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useSessionLoader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const useSessionLoader = () => {
8888
if (run) {
8989
filteredMessages.push({
9090
role: 'user',
91-
content: run.content ?? '',
91+
content: run.run_input ?? '',
9292
created_at: run.created_at
9393
})
9494
}

0 commit comments

Comments
 (0)