Readonly attemptReadonly llmsReadonly maxReadonly retryReadonly retryGet the model name/identifier for this LLM instance.
The model name if available, "unknown" otherwise.
Plugins should override this property to provide their model information.
Returns a LLMStream that can be used to push text and receive LLM responses.
Optional connOptional extraOptional parallelOptional toolOptional tool
FallbackAdapter is an LLM that can fallback to a different LLM if the current LLM fails.
Example