mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-23 07:57:16 +00:00
Fix typo in PromptTemplate from_examples (#2628)
This commit is contained in:
parent
9a49f5763d
commit
d2f8ddab10
@ -86,7 +86,7 @@ class PromptTemplate(StringPromptTemplate):
|
|||||||
) -> PromptTemplate:
|
) -> PromptTemplate:
|
||||||
"""Take examples in list format with prefix and suffix to create a prompt.
|
"""Take examples in list format with prefix and suffix to create a prompt.
|
||||||
|
|
||||||
Intended be used as a way to dynamically create a prompt from examples.
|
Intended to be used as a way to dynamically create a prompt from examples.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
examples: List of examples to use in the prompt.
|
examples: List of examples to use in the prompt.
|
||||||
|
Loading…
Reference in New Issue
Block a user