We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d003f commit 5198d6fCopy full SHA for 5198d6f
langchain/prompts/base.py
@@ -126,7 +126,7 @@ class Config:
126
127
@root_validator()
128
def validate_variable_names(cls, values: Dict) -> Dict:
129
- """Validate variable names do not restricted names."""
+ """Validate variable names do not include restricted names."""
130
if "stop" in values["input_variables"]:
131
raise ValueError(
132
"Cannot have an input variable named 'stop', as it is used internally,"
0 commit comments