langchain_community.tools.plugin.marshal_spec

langchain_community.tools.plugin.marshal_spec(txt: str) dict[source]

将yaml或json序列化的spec转换为dict。

参数

txt (str) – yaml或json序列化的spec。

返回

dict形式的spec。

返回类型

dict