langchain_core.prompts.string.mustache_schema¶

langchain_core.prompts.string.mustache_schema(template: str) Type[BaseModel][source]¶

Get the variables from a mustache template.

Parameters

template (str) –

Return type

Type[BaseModel]