from_llm_and_spec(
cls,
llm: BaseLanguageModel,
spec: OpenAPISpec,
requests: Optional[Requests| Name | Type | Description |
|---|---|---|
llm* | BaseLanguageModel | The language model to use. |
spec* | OpenAPISpec | The OpenAPI spec. |
requests | Optional[Requests] | Default: NoneOptional requests object. Default is None. |
verbose | bool | Default: False |
kwargs | Any | Default: {} |
Instantiate the toolkit by creating tools for each operation.
Whether to print verbose output. Default is False.
Additional arguments.