Interface LangChain4jConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.langchain4j")
public interface LangChain4jConfig
-
Method Summary
Modifier and TypeMethodDescriptionWhether clients should log requestsWhether clients should log responses
-
Method Details
-
logRequests
Whether clients should log requests -
logResponses
Whether clients should log responses
-