Framework#
- class langchain_community.utilities.pebblo.Framework[source]#
Bases:
BaseModel
Pebblo Framework instance.
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 name: str [Required]#
Name of the Framework.
- param version: str [Required]#
Version of the Framework.