langchain_community.utilities.clickup
.parse_dict_through_component¶
- langchain_community.utilities.clickup.parse_dict_through_component(data: dict, component: Type[Component], fault_tolerant: bool = False) Dict [source]¶
通过创建组件并将它转换回字典的方式来解析字典。
这有助于做到两点 1. 根据模式从字典中提取和格式化数据 2. 在容错方式下提供一个中央位置来完成这些操作
- 参数
data (dict) –
component (Type[Component]) –
fault_tolerant (bool) –
- 返回类型
Dict