data_juicer_agents.tools.dev.develop_operator.input module#
Input models for develop_operator.
- class data_juicer_agents.tools.dev.develop_operator.input.DevelopOperatorInput(*, intent: str, operator_name: str = '', output_dir: str = '', operator_type: str = '', from_retrieve: str = '', smoke_check: bool = False)[源代码]#
基类:
BaseModel- intent: str#
- operator_name: str#
- output_dir: str#
- operator_type: str#
- from_retrieve: str#
- smoke_check: bool#
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].