Skip to content

Consider adding node description that can be auto-generated to tree_nodes_model.xml #603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sea-bass opened this issue Jul 7, 2023 · 1 comment

Comments

@sea-bass
Copy link
Contributor

sea-bass commented Jul 7, 2023

Right now, we can automatically generate a tree_nodes_model.xml manifest from our registered nodes, which includes default values and descriptions for ports.

However, one thing that is missing is a node-level description that can be added to the manifest like so:

    <Action ID="SomeActionNode">
        <description>This is the node description we want to add.</description>
        <input_port name="input_val" default="123">Input port description.</input_port>
        <output_port name="output_val" default="45">Output port description.</output_port>
    </Action>

Is there some way that we can add description metadata to a node so that we can generate such a node description? If so, how should we do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants