Class ChatRequestOptions

java.lang.Object
dev.langchain4j.model.chat.ChatRequestOptions

public class ChatRequestOptions extends Object
Options that accompany a ChatRequest through the ChatModel.chat(ChatRequest, ChatRequestOptions) or StreamingChatModel.chat(ChatRequest, ChatRequestOptions, StreamingChatResponseHandler) invocation.

These options are not sent to the LLM provider; they are purely for the LangChain4j invocation chain (listeners, hooks, etc.).

Since:
1.13.0