We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be018c3 commit 3f4ffc3Copy full SHA for 3f4ffc3
haystack/components/builders/chat_prompt_builder.py
@@ -127,7 +127,7 @@ def __init__(
127
variables = variables or []
128
try:
129
# The Jinja2TimeExtension needs an optional dependency to be installed.
130
- # If it's not available we can do without it and use the PromptBuilder as is.
+ # If it's not available we can do without it and use the ChatPromptBuilder as is.
131
self._env = SandboxedEnvironment(extensions=[Jinja2TimeExtension])
132
except ImportError:
133
self._env = SandboxedEnvironment()
0 commit comments