data_juicer_agents.tools.process.execute_shell_command#
execute_shell_command tool package.
- class data_juicer_agents.tools.process.execute_shell_command.ExecuteShellCommandInput(*, command: str, timeout: Annotated[int, Ge(ge=1)] = 120)[源代码]#
基类:
BaseModel- command: str#
- timeout: int#
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].