Skip to content

Commit

Permalink
🐛 (chatNode) Remove default timeout on Send Message exec
Browse files Browse the repository at this point in the history
Closes #1756
  • Loading branch information
baptisteArno committed Sep 2, 2024
1 parent 64b3439 commit b5ba862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/forge/blocks/chatNode/actions/sendMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const sendMessage = createAction({
message,
chat_session_id: isEmpty(threadId) ? undefined : threadId,
},
timeout: false,
})
.json()

Expand Down

0 comments on commit b5ba862

Please sign in to comment.