langchain_community.agent_toolkits.amadeus.toolkit
.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: Optional[BaseLanguageModel] = None¶