data_juicer_agents.tools.process.execute_shell_command.input module#

Input models for execute_shell_command.

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

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

基类:BaseModel

ok: bool#
model_config = {}#

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