Skip to content

Commit c517e60

Browse files
committed
Clarify readme
1 parent dd7777b commit c517e60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ end
118118
chat = RubyLLM.chat
119119
chat.with_template(:extract_metadata, document: @document, additional_context: "Focus on technical details").complete
120120

121-
# Under the hood, RubyLLM::Template will render the templates with the context variables and apply them to the chat instance using native RubyLLM methods:
121+
# Under the hood, RubyLLM::Template renders the templates with the context variables
122+
# and applies them to the chat instance using native RubyLLM methods:
122123

123124
# chat.add_message(:system, rendered_system_message)
124125
# chat.add_message(:user, rendered_user_message)

0 commit comments

Comments
 (0)