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
It would be nice for the ToolsComponents to have the following 4 new features:
Validate the UUID to be used when registering a tool to throw an error if it has an invalid syntax.
Throw an error if the user is trying to create a new instance of a tool that is already registered in the app.
Have a new onToolAdded event.
Make the get() method synchronous to not have to use await/.then() when getting a tool that is from the library. In other words, leave getting tools from the library synchronous, while tools from the platform asynchronous.
Description 📝
It would be nice for the ToolsComponents to have the following 4 new features:
onToolAdded
event.get()
method synchronous to not have to use await/.then() when getting a tool that is from the library. In other words, leave getting tools from the library synchronous, while tools from the platform asynchronous.Suggested solution 💡
No response
Alternative ⛕
No response
Additional context ☝️
No response
Validations ✅
The text was updated successfully, but these errors were encountered: