Skip to content

Commit

Permalink
Fix overly large payloads, retry on tab switch (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 17, 2023
1 parent d61f8e7 commit 45f5fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nextjs/app/components/ChatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ export function ChatWindow(props: {
conversation_id: conversationId,
},
},
diff: true,
include_names: [sourceStepName],
}),
openWhenHidden: true,
onerror(e) {
throw e;
},
Expand Down

0 comments on commit 45f5fae

Please sign in to comment.