Skip to content

Interface ZIF_LLM_STATISTICS

AI Generated documentation.

Overview

The interface zif_llm_statistics defines a contract for adding statistical records related to LLM (Large Language Model) operations. It provides a single method add for inserting statistic records into a system.

Method Details

  • add: Allows importing a statistic record of type zllm_statistics
  • Purpose: Enables tracking and recording of LLM-related statistical information
  • Input: Single parameter record of custom type zllm_statistics

Dependencies

No explicit external dependencies are visible in the provided interface definition.