mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 14:26:48 +00:00
Update prompt_management.ipynb (#484)
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
"The only two things that define a prompt are:\n",
|
"The only two things that define a prompt are:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"1. `input_variables`: The user inputted variables that are needed to format the prompt.\n",
|
"1. `input_variables`: The user inputted variables that are needed to format the prompt.\n",
|
||||||
"2. `format`: A method which takes in keyword arguments are returns a formatted prompt. The keys are expected to be the input variables\n",
|
"2. `format`: A method which takes in keyword arguments and returns a formatted prompt. The keys are expected to be the input variables\n",
|
||||||
" \n",
|
" \n",
|
||||||
"The rest of the logic of how the prompt is constructed is left up to different implementations. Let's take a look at some below."
|
"The rest of the logic of how the prompt is constructed is left up to different implementations. Let's take a look at some below."
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user