mirror of https://github.com/langgenius/dify.git
feat: Add "type" field to PipelineRecommendedPlugin model; Add query param "type" to recommended-plugins api. (#29700)
This commit is contained in:
commit
fd9f5c0fc8
|
|
@ -968,7 +968,7 @@ class RagPipelineDatasourceVariableApi(Resource):
|
|||
)
|
||||
return workflow_node_execution
|
||||
|
||||
|
||||
from flask_restx import reqparse
|
||||
@console_ns.route("/rag/pipelines/recommended-plugins")
|
||||
class RagPipelineRecommendedPluginApi(Resource):
|
||||
@setup_required
|
||||
|
|
|
|||
Loading…
Reference in New Issue