Interface ZIF_LLM_FACTORY
AI Generated documentation.
Overview
The ZIF_LLM_FACTORY interface provides factory functionality for LLM (Large Language Model) clients with one public class method:
GET_CLIENT: Creates and returns a model-specific LLM client instance- Input: Model identifier (
ZLLM_MODEL) - Output: Reference to client interface (
ZIF_LLM_CLIENT) - Can raise validation and authorization exceptions
Dependencies
ZIF_LLM_CLIENT: Interface that client implementations must implementZLLM_MODEL: Data type for model identificationZCX_LLM_VALIDATION: Exception class for validation errorsZCX_LLM_AUTHORIZATION: Exception class for authorization errors