Kaynağa Gözat

fix: variable aggregator with group and file raise exception (#20581)

tags/1.4.2
非法操作 5 ay önce
ebeveyn
işleme
ca0b268ae5
No account linked to committer's email address

+ 3
- 2
api/core/workflow/nodes/variable_aggregator/entities.py Dosyayı Görüntüle

from typing import Literal, Optional
from typing import Optional


from pydantic import BaseModel from pydantic import BaseModel


from core.variables.types import SegmentType
from core.workflow.nodes.base import BaseNodeData from core.workflow.nodes.base import BaseNodeData




Group. Group.
""" """


output_type: Literal["string", "number", "object", "array[string]", "array[number]", "array[object]"]
output_type: SegmentType
variables: list[list[str]] variables: list[list[str]]
group_name: str group_name: str



Loading…
İptal
Kaydet