mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 00:02:29 -04:00
Merge remote-tracking branch 'origin/feat/evaluation' into feat/evaluation
# Conflicts: # api/controllers/console/app/app.py # api/services/workflow_service.py
This commit is contained in:
@@ -3,10 +3,10 @@ from __future__ import annotations
|
||||
from datetime import datetime
|
||||
|
||||
from flask_restx import fields
|
||||
from graphon.file import helpers as file_helpers
|
||||
from pydantic import computed_field, field_validator
|
||||
|
||||
from fields.base import ResponseModel
|
||||
from graphon.file import helpers as file_helpers
|
||||
|
||||
simple_account_fields = {
|
||||
"id": fields.String,
|
||||
|
||||
@@ -3,12 +3,12 @@ from __future__ import annotations
|
||||
from datetime import datetime
|
||||
from uuid import uuid4
|
||||
|
||||
from graphon.file import File
|
||||
from pydantic import Field, field_validator
|
||||
|
||||
from core.entities.execution_extra_content import ExecutionExtraContentDomainModel
|
||||
from fields.base import ResponseModel
|
||||
from fields.conversation_fields import AgentThought, JSONValue, MessageFile
|
||||
from graphon.file import File
|
||||
|
||||
type JSONValueType = JSONValue
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
from flask_restx import fields
|
||||
|
||||
from graphon.file import File
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
from flask_restx import fields
|
||||
from graphon.variables import SecretVariable, SegmentType, VariableBase
|
||||
|
||||
from core.helper import encrypter
|
||||
from fields.member_fields import simple_account_fields
|
||||
from graphon.variables import SecretVariable, SegmentType, VariableBase
|
||||
from libs.helper import TimestampField
|
||||
|
||||
from ._value_type_serializer import serialize_value_type
|
||||
|
||||
Reference in New Issue
Block a user