include_images: Optional[bool] = Field(
default=False,
description='Determines if the search returns relevant images along with text results.\n \n Set to True when the user explicitly requests visuals or when images would \n significantly enhance understanding (e.g., "Show me what black holes look like," \n "Find pictures of Renaissance art").\n \n Leave as False (default) for most informational queries where text is sufficient.\n '
)