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)[source]#

Bases: 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)[source]#

Bases: BaseModel

ok: bool#
model_config = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].