query: str = Field(
...,
description='The Gmail query. Example filters include from:sender,
to:recipient,
subject:subject,
-filtered_term,
in:folder,
is:important|read|starred,
after:year/mo/date,
before:year/mo/date,
label:label_name "exact phrase". Search newer/older than using d (day),
m (month),
and y (year): newer_than:2d,
older_than:1y. Attachments with extension example: filename:pdf. Multiple term matching example: from:amy OR from:david.'
)