aiq.data_models.swe_bench_model# Classes# SWEBenchInput SWEBenchOutput Module Contents# class SWEBenchInput(/, **data: Any)# Bases: pydantic.BaseModel model_config# Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. repo: str# instance_id: str# base_commit: str# patch: str# test_patch: str# problem_statement: str# hints_text: str# created_at: str | int# version: float# FAIL_TO_PASS: list[str]# PASS_TO_PASS: list[str]# environment_setup_commit: str# parse_list_fields(value)# class SWEBenchOutput(/, **data: Any)# Bases: pydantic.BaseModel model_config# Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. instance_id: str# model_name_or_path: str# model_patch: str#