gateway/tests/fixtures/tavily_responses.py
2025-08-29 20:50:40 +02:00

47 lines
3.8 KiB
Python

"""Sample tavily responses for patching responses in tests."""
RESPONSE_HOW_OLD_IS_EARTH_NO_ANSWER = {
"query": "How old is the earth",
"follow_up_questions": None,
"answer": None,
"images": [],
"results": [
{
"url": "https://en.wikipedia.org/wiki/Age_of_Earth",
"title": "Age of Earth - Wikipedia",
"content": 'Scientific dating of the age of Earth The **age of Earth** is estimated to be 4.54 ± 0.05 billion years. In 1862, the physicist William Thomson, 1st Baron Kelvin published calculations that fixed the age of Earth at between 20 million and 400 million years. This suggested that it might be possible to measure the age of Earth by determining the relative proportions of radioactive materials in geological samples. Holmes published *The Age of the Earth, an Introduction to Geological Ideas* in 1927 in which he presented a range of 1.6 to 3.0 billion years. "The age of the Earth and the invention of geological time".',
"score": 0.8775715,
"raw_content": None,
},
{
"url": "https://answersingenesis.org/age-of-the-earth/how-old-earth/?srsltid=AfmBOorqG4wgNP3fQ457C11mdj7kVx0IcByShaqH3wwc1VivvrqvJnCF",
"title": "How Old Is the Earth? | Answers in Genesis",
"content": "If you ask this question of most scientifically literate people, they will answer that the earth is about 4.54 billion years old.",
"score": 0.8703443,
"raw_content": None,
},
{
"url": "https://sites.nd.edu/james-applewhite/2020/03/22/age-of-our-earth/",
"title": "Age of Our Earth: 6000 or 4.5 billion years old? - Notre Dame Sites",
"content": "If the Earth is only 6,000 years old, why does radiometric dating techniques used by geologists suggest the age is around much older? Each technique demonstrates the earth is much older than 6,000 years old and when combined with the various different techniques of relative dating using rock strata and formations, it becomes apparent that we have solid scientific evidence that the earth is much older than what AIG thinks. With this, as they try to discount radiometric dating as evidence since we were not around back then, they invalidate their own argument as they suggest that we should accept the words of the Bible as evidence.",
"score": 0.7975099,
"raw_content": None,
},
{
"url": "https://www.tomorrowsworld.org/magazines/2013/march-april/how-old-is-the-earth",
"title": "How Old Is the Earth? | Tomorrow's World",
"content": "Was it billions of years ago—close to the scientists' estimate of a 4.5 billion-year-old Earth? Or was it earlier or later? On these details, the Bible is",
"score": 0.78944516,
"raw_content": None,
},
{
"url": "https://www.planetary.org/articles/how-old-is-the-earth",
"title": "How old is the Earth? | The Planetary Society",
"content": "Skip to main content Community Account Renew Search * Become A Member * Renew Back To Main Menu Learn how our members and community are changing the worlds. Back To Main Menu * ### The Planetary Report Back To Main Menu + Become A Member + Action Center + Renew Membership Back To Main Menu Back To Main Menu + Become A Member + Renew Membership * Take Action * Member Community * Account Center * Search Public Education Specialist, The Planetary Society Along with other planets, the Earth was born in the early days of the Solar System, which first started forming about 4.6 billion years ago. thanks to techniques including radiometric dating of rocks and minerals,",
"score": 0.7756902,
"raw_content": None,
},
],
"response_time": 0.96,
"request_id": "3c36cccd-0918-49fd-bd1c-23c62ba7ec2d",
}