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