Merge remote-tracking branch 'origin/deploy/dev'

This commit is contained in:
FFXN 2025-12-16 18:25:54 +08:00
commit 38d4f0fd96
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,7 @@ from typing import Any, Literal, cast
from uuid import UUID
from flask import abort, request
from flask_restx import Resource, marshal_with # type: ignore
from flask_restx import reqparse
from flask_restx import Resource, marshal_with, reqparse # type: ignore
from pydantic import BaseModel, Field
from sqlalchemy.orm import Session
from werkzeug.exceptions import Forbidden, InternalServerError, NotFound
@ -969,6 +968,7 @@ class RagPipelineDatasourceVariableApi(Resource):
)
return workflow_node_execution
@console_ns.route("/rag/pipelines/recommended-plugins")
class RagPipelineRecommendedPluginApi(Resource):
@setup_required