Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create an OpenAPIEndpoint from a spec at the specified url.
from_url_and_method( cls, spec_url: str, path: str, method: str, llm: BaseLanguageModel, requests: Optional[Requests] = None, return_intermediate_steps: bool = False, **kwargs: Any = {} ) -> 'OpenAPIEndpointChain'