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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,14 +117,12 @@ end
117
117
```ruby
118
118
chat =RubyLLM.chat
119
119
chat.with_template(:extract_metadata, document:@document, additional_context:"Focus on technical details").complete
120
-
```
121
120
122
-
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 will render the templates with the context variables and apply them to the chat instance using native RubyLLM methods:
0 commit comments