Convert an endpoint chain to an API endpoint tool.
from_open_api_endpoint_chain(
cls,
chain: OpenAPIEndpointChain,
api_title: str
) -> 'NLATool'| Name | Type | Description |
|---|---|---|
chain* | OpenAPIEndpointChain | The endpoint chain. |
api_title* | str | The title of the API. |