mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-11 05:41:17 +00:00
x
This commit is contained in:
@@ -220,7 +220,10 @@ class SystemMessagePromptTemplate(BaseStringMessagePromptTemplate):
|
||||
|
||||
|
||||
class ChatPromptValue(PromptValue):
|
||||
"""Chat prompt value."""
|
||||
"""Chat prompt value.
|
||||
|
||||
A type of a prompt value that is built from messages.
|
||||
"""
|
||||
|
||||
messages: List[BaseMessage]
|
||||
"""List of messages."""
|
||||
|
||||
Reference in New Issue
Block a user