mirror of
https://github.com/langgenius/dify.git
synced 2026-03-28 05:00:59 -04:00
fix: import graphon.
This commit is contained in:
@@ -10,7 +10,7 @@ from core.evaluation.entities.evaluation_entity import (
|
||||
EvaluationItemResult,
|
||||
EvaluationMetric,
|
||||
)
|
||||
from dify_graph.node_events.base import NodeRunResult
|
||||
from graphon.node_events.base import NodeRunResult
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@@ -162,7 +162,7 @@ class BaseEvaluationInstance(ABC):
|
||||
``node_run_result_mapping``.
|
||||
|
||||
"""
|
||||
from dify_graph.nodes.base.variable_template_parser import REGEX as VARIABLE_REGEX
|
||||
from graphon.nodes.base.variable_template_parser import REGEX as VARIABLE_REGEX
|
||||
|
||||
workflow_inputs: dict[str, Any] = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user