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

Class AiModelConfigItem

backend/apps/system/schemas/ai_model_schema.py:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 ws_mapping_count: int = Field(default=0, description="workspace mapping count")
18
19class AiModelConfigItem(BaseModel):
20 key: str = Field(description=f"{PLACEHOLDER_PREFIX}arg_name")
21 val: object = Field(description=f"{PLACEHOLDER_PREFIX}arg_val")
22 name: str = Field(description=f"{PLACEHOLDER_PREFIX}arg_show_name")
23
24class AiModelCreator(AiModelItem):
25 api_domain: str = Field(description=f"{PLACEHOLDER_PREFIX}api_domain")

Callers 1

get_model_by_idFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected