langchain_core.prompts.string.mustache_formatter¶

langchain_core.prompts.string.mustache_formatter(template: str, **kwargs: Any) str[source]¶

Format a template using mustache.

Parameters
  • template (str) –

  • kwargs (Any) –

Return type

str