Skip to content

Commit 3f4ffc3

Browse files
committedMar 19, 2025
Fix comment
1 parent be018c3 commit 3f4ffc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎haystack/components/builders/chat_prompt_builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(
127127
variables = variables or []
128128
try:
129129
# 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.
130+
# If it's not available we can do without it and use the ChatPromptBuilder as is.
131131
self._env = SandboxedEnvironment(extensions=[Jinja2TimeExtension])
132132
except ImportError:
133133
self._env = SandboxedEnvironment()

0 commit comments

Comments
 (0)
Failed to load comments.