ai2_kit.domain.updater module#

pydantic model ai2_kit.domain.updater.CllWalkthroughUpdaterInputConfig[source]#

Bases: BaseModel

Show JSON schema
{
   "title": "CllWalkthroughUpdaterInputConfig",
   "type": "object",
   "properties": {
      "passing_rate_threshold": {
         "default": -1.0,
         "title": "Passing Rate Threshold",
         "type": "number"
      },
      "table": {
         "default": [],
         "items": {},
         "title": "Table",
         "type": "array"
      }
   },
   "additionalProperties": false
}

Config:
  • extra: str = forbid

Fields:
field passing_rate_threshold: float = -1.0#
field table: List[Any] = []#