yera.models.context_factory.llm
Module for the LLM implementation of BaseModelContextFactory.
Symbols
LLMContextFactory
Inherits:
BaseModelContextFactoryContext factory class for LLM context objects.
Methods
__call__ — Build an LLM context instance for the configured llm and connection.
LLMContextFactory.__call__
__call__(
**kwargs,
) → LLMContextBuild an LLM context instance for the configured llm and connection.