data_juicer_agents.tools.plan.build_system_spec.input module#
Input models for build_system_spec.
- class data_juicer_agents.tools.plan.build_system_spec.input.BuildSystemSpecInput(*, custom_operator_paths: List[str] = <factory>)[source]#
Bases:
BaseModel- custom_operator_paths: List[str]#
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].