Synthetic Data generation (#9472)

---------

Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
PaperMoose
2023-09-28 18:16:05 -07:00
committed by GitHub
parent a4e0cf6300
commit 5d7c6d1bca
7 changed files with 516 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ def jinja2_formatter(template: str, **kwargs: Any) -> str:
def validate_jinja2(template: str, input_variables: List[str]) -> None:
"""
Validate that the input variables are valid for the template.
Issues an warning if missing or extra variables are found.
Issues a warning if missing or extra variables are found.
Args:
template: The template string.