Class ChatClientBuilderProperties.Observations

java.lang.Object
org.springframework.ai.model.chat.client.autoconfigure.ChatClientBuilderProperties.Observations
Enclosing class:
ChatClientBuilderProperties

public static class ChatClientBuilderProperties.Observations extends Object
  • Constructor Details

    • Observations

      public Observations()
  • Method Details

    • isLogPrompt

      public boolean isLogPrompt()
    • isLogCompletion

      public boolean isLogCompletion()
      Returns:
      Whether logging completion data is enabled or not.
      Since:
      1.1.0
    • setLogPrompt

      public void setLogPrompt(boolean logPrompt)
    • setLogCompletion

      public void setLogCompletion(boolean logCompletion)
      Parameters:
      logCompletion - should completion data logging be enabled or not.
      Since:
      1.1.0