zhaoqingang
2024-12-02 f249dda1376dd5a525e74617900351c5bbc61705
app/models/agent_model.py
@@ -9,6 +9,7 @@
    RAGFLOW = 1
    BISHENG = 2
    BASIC = 3
    DIFY = 4
class AgentModel(Base):
@@ -128,5 +129,5 @@
    @staticmethod
    def is_type(record_id, t):
        record = UnifiedAgent.get_by_id(record_id)
        record = UnifiedAgentModel.get_by_id(record_id)
        return record and record.type == t