data_juicer_agents.tools.retrieve.retrieve_operators.input module#

Input models for retrieve_operators.

class data_juicer_agents.tools.retrieve.retrieve_operators.input.RetrieveOperatorsInput(*, intent: str, top_k: Annotated[int, Ge(ge=1)] = 10, mode: str = 'auto', dataset_path: str = '')[源代码]#

基类:BaseModel

intent: str#
top_k: int#
mode: str#
dataset_path: str#
model_config = {}#

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

class data_juicer_agents.tools.retrieve.retrieve_operators.input.GenericOutput(*, ok: bool = True)[源代码]#

基类:BaseModel

ok: bool#
model_config = {}#

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