APIPropertyLocation#

class langchain_community.tools.openapi.utils.api_models.APIPropertyLocation(value)[source]#

The location of the property.

QUERY = 'query'#
PATH = 'path'#
HEADER = 'header'#
COOKIE = 'cookie'#