{-
   Generative Language API

   The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.

   OpenAPI Version: 3.0.3
   Generative Language API API version: v1beta
   Generated by OpenAPI Generator (https://openapi-generator.tech)
-}
{-# LANGUAGE CPP #-}

{- |
Module : GenAI.Client.Logging
Logging functions
-}

#ifdef USE_KATIP

module GenAI.Client.Logging
  ( module GenAI.Client.LoggingKatip
  ) where

import GenAI.Client.LoggingKatip

#else

module GenAI.Client.Logging
  ( module GenAI.Client.LoggingMonadLogger
  ) where

import GenAI.Client.LoggingMonadLogger

#endif