mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
refactor(api): rename dify_graph to graphon (#34095)
This commit is contained in:
@ -6,9 +6,9 @@ from collections.abc import Mapping
|
||||
from typing import Any, Generic, TypeAlias, TypeVar, overload
|
||||
|
||||
from configs import dify_config
|
||||
from dify_graph.file.models import File
|
||||
from dify_graph.nodes.variable_assigner.common.helpers import UpdatedVariable
|
||||
from dify_graph.variables.segments import (
|
||||
from graphon.file.models import File
|
||||
from graphon.nodes.variable_assigner.common.helpers import UpdatedVariable
|
||||
from graphon.variables.segments import (
|
||||
ArrayFileSegment,
|
||||
ArraySegment,
|
||||
BooleanSegment,
|
||||
@ -20,7 +20,7 @@ from dify_graph.variables.segments import (
|
||||
Segment,
|
||||
StringSegment,
|
||||
)
|
||||
from dify_graph.variables.utils import dumps_with_segments
|
||||
from graphon.variables.utils import dumps_with_segments
|
||||
|
||||
_MAX_DEPTH = 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user