fixes to issues 1 2 and 3. Plus tuning

This commit is contained in:
Steve Androulakis
2025-01-24 15:23:57 -08:00
parent caf5812f90
commit 7977894f64
8 changed files with 154 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ class ChatErrorBoundary extends React.Component {
if (this.state.hasError) {
return (
<div className="text-red-500 p-4 text-center">
Something went wrong. Please refresh the page.
Something went wrong. Please Terminate the workflow and try again.
</div>
);
}