Package com.hw.langchain.prompts.chat
Class ChatPromptValue
java.lang.Object
com.hw.langchain.prompts.chat.ChatPromptValue
- All Implemented Interfaces:
PromptValue
- Author:
- HamaWhite
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ChatPromptValue
-
-
Method Details
-
toMessages
Description copied from interface:PromptValue
Return prompt as messages.- Specified by:
toMessages
in interfacePromptValue
-
toString
Return prompt as string.
-