langchain_community.agent_toolkits.openapi.spec
.reduce_openapi_spec¶
- langchain_community.agent_toolkits.openapi.spec.reduce_openapi_spec(spec: dict, dereference: bool = True) ReducedOpenAPISpec [source]¶
简化和提炼规范。
我想要一个更小的检索目标,以及更重要的,我希望检索结果更小。我曾希望https://openapi.tools/有相关有用的信息,但似乎没有。
- 参数
spec (dict) – OpenAPI规范。
dereference (bool) – 是否解析规范。默认为True。
- 返回值
简化的OpenAPI规范。
- 返回类型