mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 08:33:49 +00:00
parent
9ec01dfc16
commit
f3c3288761
@ -80,7 +80,7 @@ class PromptTemplate(BasePromptTemplate, BaseModel):
|
|||||||
set up the user's input.
|
set up the user's input.
|
||||||
input_variables: A list of variable names the final prompt template
|
input_variables: A list of variable names the final prompt template
|
||||||
will expect.
|
will expect.
|
||||||
example_separator: The seperator to use in between examples. Defaults
|
example_separator: The separator to use in between examples. Defaults
|
||||||
to two new line characters.
|
to two new line characters.
|
||||||
prefix: String that should go before any examples. Generally includes
|
prefix: String that should go before any examples. Generally includes
|
||||||
examples. Default to an empty string.
|
examples. Default to an empty string.
|
||||||
|
Loading…
Reference in New Issue
Block a user