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].

class data_juicer_agents.tools.process.execute_bash.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].