data_juicer_agents.tools.context.inspect_dataset#
inspect_dataset tool package.
- class data_juicer_agents.tools.context.inspect_dataset.GenericOutput(*, ok: bool = True)[源代码]#
基类:
BaseModel- ok: bool#
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- class data_juicer_agents.tools.context.inspect_dataset.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].