reduce_openapi_spec#
- langchain_community.agent_toolkits.openapi.spec.reduce_openapi_spec(spec: dict, dereference: bool = True) ReducedOpenAPISpec [source]#
以某种方式简化/提炼/压缩规范。
我想要一个更小的检索目标,并且(更重要的是)我想要从检索中得到更小的结果。我希望https://openapi.tools/能为此提供一些有用的信息,但似乎并非如此。
- Parameters:
spec (dict) – OpenAPI 规范。
dereference (bool) – 是否取消引用规范。默认值为 True。
- Returns:
简化的OpenAPI规范。
- Return type:
使用 reduce_openapi_spec 的示例