You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,8 @@ end
118
118
chat =RubyLLM.chat
119
119
chat.with_template(:extract_metadata, document:@document, additional_context:"Focus on technical details").complete
120
120
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:
0 commit comments