Ask a question to get started
Enter to sendā¢Shift+Enter new line
check_valid_template( template: str, template_format: str, input_variables: list[str] )
template
str
template_format
input_variables
list[str]
Check that template string is valid.
The template string.
The template format.
Should be one of 'f-string' or 'jinja2'.
'f-string'
'jinja2'
The input variables.