data_juicer_agents.tools.plan.build_system_spec#

build_system_spec tool package.

class data_juicer_agents.tools.plan.build_system_spec.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].

data_juicer_agents.tools.plan.build_system_spec.build_system_spec(*, custom_operator_paths: Iterable[Any] | None = None) Dict[str, Any][source]#