You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/integration_tests/utilities
Roma cb802edf75
[Feature] Add GraphQL Query Tool (#4409)
# Add GraphQL Query Support

This PR introduces a GraphQL API Wrapper tool that allows LLM agents to
query GraphQL databases. The tool utilizes the httpx and gql Python
packages to interact with GraphQL APIs and provides a simple interface
for running queries with LLM agents.

@vowelparrot

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
__init__.py Cleanup integration test dir (#3308) 1 year ago
test_arxiv.py Vwp/arxiv (#3855) 1 year ago
test_duckduckdgo_search_api.py Align names of search tools (#3620) 1 year ago
test_googlesearch_api.py Cleanup integration test dir (#3308) 1 year ago
test_googleserper_api.py google-serper: async + full json results + support for Google Images, Places and News (#4078) 1 year ago
test_graphql.py [Feature] Add GraphQL Query Tool (#4409) 1 year ago
test_jira_api.py Fix linting on master (#3327) 1 year ago
test_openweathermap.py Cleanup integration test dir (#3308) 1 year ago
test_serpapi.py Cleanup integration test dir (#3308) 1 year ago
test_wikipedia_api.py added `Wikipedia` document loader (#4141) 1 year ago
test_wolfram_alpha_api.py Cleanup integration test dir (#3308) 1 year ago