mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
refactor(api): rename dify_graph to graphon (#34095)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from typing import Any
|
||||
|
||||
from core.tools.entities.tool_entities import ToolSelector
|
||||
from dify_graph.file.models import File
|
||||
from graphon.file.models import File
|
||||
|
||||
|
||||
def convert_parameters_to_plugin_format(parameters: dict[str, Any]) -> dict[str, Any]:
|
||||
|
||||
Reference in New Issue
Block a user