yera.models.context_factory.llm

Module for the LLM implementation of BaseModelContextFactory.

Symbols

class LLMContextFactory — Context factory class for LLM context objects.

LLMContextFactory

Context factory class for LLM context objects.

Methods

__call__ — Build an LLM context instance for the configured llm and connection.

LLMContextFactory.__call__

__call__(
    **kwargs,
) → LLMContext

Build an LLM context instance for the configured llm and connection.