langchain.agents.agent_toolkits.amadeus.toolkit.AmadeusToolkit¶

class langchain.agents.agent_toolkits.amadeus.toolkit.AmadeusToolkit(*, client: Client = None)[source]¶

Bases: BaseToolkit

Toolkit for interacting with Office365.

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]¶
get_tools() List[BaseTool][source]¶

Get the tools in the toolkit.

model Config[source]¶

Bases: object

Pydantic config.

arbitrary_types_allowed = True¶

Examples using AmadeusToolkit¶