类 ChatModelRequestContext
java.lang.Object
dev.langchain4j.model.chat.listener.ChatModelRequestContext
The request context. It contains the
ChatModelRequest and attributes.
The attributes can be used to pass data between methods of a ChatModelListener
or between multiple ChatModelListeners.-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ChatModelRequestContext
-
-
方法详细资料
-
request
- 返回:
- The request to the
ChatLanguageModel.
-
attributes
- 返回:
- The attributes map. It can be used to pass data between methods of a
ChatModelListeneror between multipleChatModelListeners.
-