Versions in this module Expand all Collapse all v1 v1.14.0 Aug 14, 2026 Changes in this version + func FromLangChain(data []byte) (*prompt.Template, error) + func FromLlamaIndex(data []byte) (*prompt.Template, error) + type LangChain struct + InputVariables []string + Template string + TemplateFormat string + Type string + func ToLangChain(t *prompt.Template) LangChain + type LlamaIndex struct + Template string + TemplateVars []string + func ToLlamaIndex(t *prompt.Template) LlamaIndex