theopenconversationkit / tock

Tock, the open source conversational AI toolkit.
https://doc.tock.ai
Apache License 2.0
504 stars 132 forks source link

[Tock Studio] Better handling of load errors in Analytics>Flow #1779

Closed rkuffer closed 5 days ago

rkuffer commented 3 weeks ago

This pull request includes updates to the FlowComponent class in bot/admin/web/src/app/analytics/flow/flow.component.ts to handle errors more gracefully during data fetching operations. The changes involve refactoring the subscribe method calls to include separate handlers for next and error events.

Error handling improvements: