data_juicer_agents.tools.context#
Context-oriented tools.
- class data_juicer_agents.tools.context.InspectDatasetInput(*, dataset_path: str, sample_size: Annotated[int, Ge(ge=1)] = 20)[源代码]#
基类:
BaseModel- dataset_path: str#
- sample_size: int#
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].