diff --git a/tests/integration_tests/prompts/__init__.py b/tests/integration_tests/prompts/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/integration_tests/test_ngram_overlap_example_selector.py b/tests/integration_tests/prompts/test_ngram_overlap_example_selector.py similarity index 100% rename from tests/integration_tests/test_ngram_overlap_example_selector.py rename to tests/integration_tests/prompts/test_ngram_overlap_example_selector.py diff --git a/tests/integration_tests/utilities/__init__.py b/tests/integration_tests/utilities/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/integration_tests/test_arxiv.py b/tests/integration_tests/utilities/test_arxiv.py similarity index 100% rename from tests/integration_tests/test_arxiv.py rename to tests/integration_tests/utilities/test_arxiv.py diff --git a/tests/integration_tests/test_duckduckdgo_search_api.py b/tests/integration_tests/utilities/test_duckduckdgo_search_api.py similarity index 100% rename from tests/integration_tests/test_duckduckdgo_search_api.py rename to tests/integration_tests/utilities/test_duckduckdgo_search_api.py diff --git a/tests/integration_tests/test_googlesearch_api.py b/tests/integration_tests/utilities/test_googlesearch_api.py similarity index 100% rename from tests/integration_tests/test_googlesearch_api.py rename to tests/integration_tests/utilities/test_googlesearch_api.py diff --git a/tests/integration_tests/test_googleserper_api.py b/tests/integration_tests/utilities/test_googleserper_api.py similarity index 100% rename from tests/integration_tests/test_googleserper_api.py rename to tests/integration_tests/utilities/test_googleserper_api.py diff --git a/tests/integration_tests/test_openweathermap.py b/tests/integration_tests/utilities/test_openweathermap.py similarity index 100% rename from tests/integration_tests/test_openweathermap.py rename to tests/integration_tests/utilities/test_openweathermap.py diff --git a/tests/integration_tests/test_serpapi.py b/tests/integration_tests/utilities/test_serpapi.py similarity index 100% rename from tests/integration_tests/test_serpapi.py rename to tests/integration_tests/utilities/test_serpapi.py diff --git a/tests/integration_tests/test_wikipedia_api.py b/tests/integration_tests/utilities/test_wikipedia_api.py similarity index 100% rename from tests/integration_tests/test_wikipedia_api.py rename to tests/integration_tests/utilities/test_wikipedia_api.py diff --git a/tests/integration_tests/test_wolfram_alpha_api.py b/tests/integration_tests/utilities/test_wolfram_alpha_api.py similarity index 100% rename from tests/integration_tests/test_wolfram_alpha_api.py rename to tests/integration_tests/utilities/test_wolfram_alpha_api.py