AmadeusToolkit#

class langchain_community.agent_toolkits.amadeus.toolkit.AmadeusToolkit[source]#

Bases: BaseToolkit

Toolkit for interacting with Amadeus which offers APIs for travel.

Parameters:
  • client – Optional. The Amadeus client. Default is None.

  • llm – Optional. The language model to use. Default is None.

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

param client: Client [Optional]#
param llm: BaseLanguageModel | None = None#
get_tools() List[BaseTool][source]#

Get the tools in the toolkit.

Return type:

List[BaseTool]

Examples using AmadeusToolkit