-
Hi @dosu! Please provide me an example of building custom components (tools) in code, so that I wouldn't be forced to re-launch front end every time to check if my components are written correctly: methods build_tool and run_model are nice |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @kamushekp! I'm here to help you with any bugs, questions, or contributions you have. Let's work together to solve this! To build and test custom components without using the frontend, you can follow these steps:
By following these steps, you can develop and test your custom components without needing to relaunch the frontend each time. |
Beta Was this translation helpful? Give feedback.
Hey @kamushekp! I'm here to help you with any bugs, questions, or contributions you have. Let's work together to solve this!
To build and test custom components without using the frontend, you can follow these steps:
Create a Custom Component:
Use the provided template to define your custom component. Here's a basic example: