data_juicer_agents.tools.retrieve.get_operator_info.input module# Input models for get_operator_info. class data_juicer_agents.tools.retrieve.get_operator_info.input.GetOperatorInfoInput(*, operator_name: str)[源代码]# 基类:BaseModel operator_name: str# model_config = {}# Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. class data_juicer_agents.tools.retrieve.get_operator_info.input.GenericOutput(*, ok: bool = True)[源代码]# 基类:BaseModel ok: bool# model_config = {}# Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].