langchain_core.tools.base.get_all_basemodel_annotations¶

langchain_core.tools.base.get_all_basemodel_annotations(cls: Union[Type[BaseModel], Any], *, default_to_bound: bool = True) Dict[str, Type][source]¶
Parameters
  • cls (Union[Type[BaseModel], Any]) –

  • default_to_bound (bool) –

Return type

Dict[str, Type]