Update field name in FrontendNode class
This commit is contained in:
parent
e2e6f80461
commit
53af441ec9
1 changed files with 2 additions and 2 deletions
|
|
@ -49,10 +49,10 @@ class FrontendNode(BaseModel):
|
|||
"""Icon of the frontend node."""
|
||||
is_input: Optional[bool] = None
|
||||
"""Whether the frontend node is used as an input when processing the Graph.
|
||||
If True, there should be a field named 'message'."""
|
||||
If True, there should be a field named 'input_value'."""
|
||||
is_output: Optional[bool] = None
|
||||
"""Whether the frontend node is used as an output when processing the Graph.
|
||||
If True, there should be a field named 'message'."""
|
||||
If True, there should be a field named 'input_value'."""
|
||||
is_composition: Optional[bool] = None
|
||||
"""Whether the frontend node is used for composition."""
|
||||
base_classes: List[str]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue