YouHitMetadata#
- class langchain_community.utilities.you.YouHitMetadata[source]#
Bases:
BaseModel
Metadata on a single hit from you.com
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 description: str [Required]#
Details about the result
- param thumbnail_url: str [Required]#
Thumbnail associated with the result
- param title: str [Required]#
The title of the result
- param url: str [Required]#
The url of the result