data_juicer_agents.tools.plan.build_dataset_spec.logic module#

Pure logic for build_dataset_spec.

data_juicer_agents.tools.plan.build_dataset_spec.logic.build_dataset_spec(*, user_intent: str, dataset_path: str, export_path: str, dataset_profile: Dict[str, Any] | None = None, modality_hint: str = '', text_keys_hint: Iterable[Any] | None = None, image_key_hint: str = '', audio_key_hint: str = '', video_key_hint: str = '', image_bytes_key_hint: str = '') Dict[str, Any][source]#