mirror of https://github.com/langgenius/dify.git
Add "type" field to PipelineRecommendedPlugin model; Add query param "type" to recommended-plugins api.
This commit is contained in:
parent
a1a3fa0283
commit
2f54965a72
|
|
@ -997,7 +997,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