data_juicer_agents.tools.files.view_text_file.input module
Input models for view_text_file.
-
class data_juicer_agents.tools.files.view_text_file.input.ViewTextFileInput(*, file_path: str, ranges: Any = None)[源代码]
基类:BaseModel
-
file_path: str
-
ranges: Any
-
model_config = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
-
class data_juicer_agents.tools.files.view_text_file.input.GenericOutput(*, ok: bool = True)[源代码]
基类:BaseModel
-
ok: bool
-
model_config = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].