Unverified Commit 91a35ded authored by Yeuoly's avatar Yeuoly

fix: typing

parent 2d68594a
......@@ -12,7 +12,7 @@ class CodeNodeData(BaseNodeData):
"""
class Output(BaseModel):
type: Literal['string', 'number', 'object', 'array[string]', 'array[number]']
children: Optional[dict[str, 'Output']]
children: Optional[dict[str, 'CodeNodeData.Output']]
variables: list[VariableSelector]
answer: str
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment