Class LLMAbstract

Hierarchy

Constructors

Accessors

Methods

Constructors

Accessors

  • get model(): string
  • Get the model name/identifier for this LLM instance.

    Returns string

    The model name if available, "unknown" otherwise.

    Remarks

    Plugins should override this property to provide their model information.

Methods