Skip to content

Interface ZIF_LLM_DEFAULT_IMPL

AI Generated documentation.

Overview

The zif_llm_default_impl interface provides a set of default implementations for various LLM (Large Language Model) functionalities. It defines five public methods:

  • get_json_impl: Returns the name of the JSON class.
  • get_encryption_impl: Returns an instance of the encryption provider.
  • get_call_logger_impl: Returns an instance of the call logger implementation.
  • get_statistics_impl: Returns an instance of the statistics implementation.
  • get_authorization_impl: Returns an instance of the authorization implementation.

These methods are designed to be used as default implementations, allowing for flexibility and customization in the application.

Dependencies

None