feat: Add "type" field to PipelineRecommendedPlugin model; Add query param "type" to recommended-plugins api. (#29700)

This commit is contained in:
FFXN 2025-12-16 10:49:31 +08:00 committed by GitHub
commit fd9f5c0fc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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