Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceBaghel258025 committed Nov 8, 2023
1 parent 9a96338 commit 948f372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/inputBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const InputBar = (props: InputBarProps) => {
};
props.setMessages([
...props.messages,
message,
...intermediateStepMessages,
functionMessage,
]);
Expand Down

0 comments on commit 948f372

Please sign in to comment.