data_juicer_agents.tools.process.execute_bash.input module#
Input model for execute_bash.
- class data_juicer_agents.tools.process.execute_bash.input.ExecuteBashInput(*, command: str, timeout: Annotated[int, Ge(ge=1)] = 120)[source]#
Bases:
BaseModel- command: str#
- timeout: int#
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].