langchain_core.utils.mustache.r_sa_check¶

langchain_core.utils.mustache.r_sa_check(template: str, tag_type: str, is_standalone: bool) bool[source]¶

Do a final check to see if a tag could be a standalone.

Parameters
  • template (str) –

  • tag_type (str) –

  • is_standalone (bool) –

Return type

bool