pinecone.openapi_support.constants

1OPENAPI_ENDPOINT_PARAMS = (
2    "_return_http_data_only",
3    "_preload_content",
4    "_request_timeout",
5    "_check_input_type",
6    "_check_return_type",
7    "async_req",
8    "async_threadpool_executor",
9)
OPENAPI_ENDPOINT_PARAMS = ('_return_http_data_only', '_preload_content', '_request_timeout', '_check_input_type', '_check_return_type', 'async_req', 'async_threadpool_executor')