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 responsestimeout()Global timeout for requests to LLM APIs
-
Method Details
-
logRequests
Whether clients should log requests -
logResponses
Whether clients should log responses -
timeout
Global timeout for requests to LLM APIs
-