You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
The behavior of 'open project' and 'get project' are different. 'open project' will always fetch the newest dialog data while 'get project' won't.
What I did here is editing a main.dialog file via a plain text editor, then tried 2 approaches to refetch the bot content (1. refresh the page 2. reopen the bot from Home page)
Found that
'get project' returns old data, hits cached data
'open' returns new data
Repro steps:
Update the bot content file under YOUT_BOT_PRJECT folder, for example, removing an action
go back to design page (content not updated)
refresh design page (content still not updated)
go to home page, open the bot by click the blue text under Recent Bots (schema updated)