langchain_experimental.tools.python.tool
.PythonInputs¶
- class langchain_experimental.tools.python.tool.PythonInputs[source]¶
Bases:
BaseModel
Python inputs.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param query: str [Required]¶
code snippet to run