GetThreadSchema#
- class langchain_community.tools.gmail.get_thread.GetThreadSchema[source]#
Bases:
BaseModel
Input for GetMessageTool.
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 thread_id: str [Required]#
The thread ID.