Unverified Commit 5fac4f87 authored by Yeuoly's avatar Yeuoly

fix: forward-ref

parent a5394fa2
......@@ -12,7 +12,7 @@ class CodeNodeData(BaseNodeData):
"""
class Output(BaseModel):
type: Literal['string', 'number', 'object', 'array[string]', 'array[number]']
children: Optional[dict[str, 'CodeNodeData.Output']]
children: Optional[dict[str, '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