The constructor for the GraphqlAgentTool class.
The options for the GraphqlAgentTool class. See GraphqlAgentToolOptions for more details.
The description of the tool.
The name of the tool.
Returns the tool object that can be used by the LLM. See examples for more details.
A tool that LLM models can use to execute GraphQL queries and mutations. This tool is useful for agents that need to execute GraphQL queries and mutations.
Example
For more examples, see the examples directory.