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
Sure we can get from path, usually this provider is not needed, if it's just local path, or even smb share.
It's only needed when special provider (not have a straightforwad file interface), and special config is needed, like key, connection string, tableName, i feel like we should explicitly specify the provider in that case. Such as
put the provider out of path, saying explicitly it's a provider which provides a file-based interface (even those it's sql behind), implying that whatever provider you are using, it will enable you to visit a path, and then relative paths.
then we use this file-based provider interface, start from the .bot file (or other project file), can use the reference in there to find, locate all dialog files, then load it.
the editor will get the loaded data from shell, the editor will not touch the files directly.
for the bot section, you can figure out the 'provider' from the path?
with that said, where do all the node types and editor got, will they placed in the same composer file?
The text was updated successfully, but these errors were encountered: