Ask a question to get started
Enter to sendā¢Shift+Enter new line
from_llm_and_url( cls, llm: BaseLanguageModel, open_api_url: str, requests: Optional[Requests
llm
BaseLanguageModel
The language model to use.
open_api_url
str
The URL of the OpenAPI spec.
requests
Optional[Requests]
None
Optional requests object. Default is None.
verbose
bool
False
kwargs
Any
{}
Instantiate the toolkit from an OpenAPI Spec URL.
Whether to print verbose output. Default is False.
Additional arguments.