mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 17:13:22 +00:00
docs: update numbering of items in docstring (#25267)
A problem similar to #25093 . Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
parent
a82c0533f2
commit
aa2722cbe2
@ -1177,7 +1177,7 @@ class ChatPromptTemplate(BaseChatPromptTemplate):
|
||||
A message can be represented using the following formats:
|
||||
(1) BaseMessagePromptTemplate, (2) BaseMessage, (3) 2-tuple of
|
||||
(message type, template); e.g., ("human", "{user_input}"),
|
||||
(4) 2-tuple of (message class, template), (4) a string which is
|
||||
(4) 2-tuple of (message class, template), (5) a string which is
|
||||
shorthand for ("human", template); e.g., "{user_input}".
|
||||
template_format: format of the template. Defaults to "f-string".
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user