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][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
- 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