通过组件解析字典#
- langchain_community.utilities.clickup.parse_dict_through_component(data: dict, component: Type[Component], fault_tolerant: bool = False) Dict [source]#
通过创建一个组件来解析字典,然后将其转换回字典。
这有助于两件事 1. 根据模式从字典中提取和格式化数据 2. 提供一个中心位置以容错的方式进行此操作
- Parameters:
data (字典)
component (Type[Component])
fault_tolerant (bool)
- Return type:
字典