langchain_community.tools.ainetwork.value
.ValueSchema¶
- class langchain_community.tools.ainetwork.value.ValueSchema[source]¶
Bases:
BaseModel
Schema for value operations.
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 path: str [Required]¶
Blockchain reference path
- param type: OperationType [Required]¶
- param value: Optional[Union[int, str, float, dict]] = None¶
Value to be set at the path