langchain/docs/modules/agents/tools
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>
2023-05-15 14:06:12 -07:00
..
examples [Feature] Add GraphQL Query Tool (#4409) 2023-05-15 14:06:12 -07:00
custom_tools.ipynb Update some Tools Docs (#3913) 2023-05-01 19:07:26 -07:00
getting_started.md add the existing OpenWeatherMap tool to the public api (#4292) 2023-05-14 18:50:45 -07:00
multi_input_tool.ipynb Update Notebooks (#4051) 2023-05-03 09:31:02 -07:00
tool_input_validation.ipynb Update Tool Input (#3103) 2023-04-18 18:18:33 -07:00