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(*, np: int | None = None, executor_type: str | None = None, custom_operator_paths: List[str] = <factory>, **extra_data: Any)[源代码]#
基类:
BaseModelInput for building system spec.
Core parameters are exposed directly for common use cases. All other system parameters can be passed as additional kwargs. Use list_system_config tool to discover all available options.
- model_config = {'extra': 'allow'}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- np: int | None#
- executor_type: str | None#
- custom_operator_paths: List[str]#