We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a939bfa commit 503ea66Copy full SHA for 503ea66
src/hooks/useSessionLoader.tsx
@@ -88,7 +88,7 @@ const useSessionLoader = () => {
88
if (run) {
89
filteredMessages.push({
90
role: 'user',
91
- content: run.content ?? '',
+ content: run.run_input ?? '',
92
created_at: run.created_at
93
})
94
}
0 commit comments