mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:59:07 +00:00
prompty: docstring (#23152)
Added missed docstrings. Format docstrings to the consistent format (used in the API Reference) --------- Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
@@ -5,6 +5,8 @@ from .core import Invoker, Prompty, SimpleModel
|
||||
|
||||
|
||||
class MustacheRenderer(Invoker):
|
||||
"""Render a mustache template."""
|
||||
|
||||
def __init__(self, prompty: Prompty) -> None:
|
||||
self.prompty = prompty
|
||||
|
||||
|
Reference in New Issue
Block a user