MCPcopy Create free account
hub / github.com/dataease/SQLBot / AiModelWorkspaceMapping

Class AiModelWorkspaceMapping

backend/apps/system/models/system_model.py:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class AiModelWorkspaceMapping(SnowflakeBase, table=True):
29 __tablename__ = "ai_model_workspace_mapping"
30 ai_model_id: int = Field(default=None, nullable=True, sa_type=BigInteger())
31 workspace_id: int = Field(default=None, nullable=True, sa_type=BigInteger())
32
33
34class AiModelBrief(SQLModel):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected