get_all_basemodel_annotations#

langchain_core.tools.base.get_all_basemodel_annotations(cls: type[BaseModel] | Any, *, default_to_bound: bool = True) dict[str, type][source]#
Parameters:
  • cls (type[BaseModel] | Any)

  • default_to_bound (bool)

Return type:

dict[str, type]