marshal_spec# langchain_community.tools.plugin.marshal_spec(txt: str) → dict[source]# 将yaml或json序列化的规范转换为字典。 Parameters: txt (str) – yaml 或 json 序列化的规范。 Returns: 规范作为一个字典。 Return type: 字典