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
chat.with_template(:extract_metadata, document:@document, additional_context:"Focus on technical details").complete
120
+
```
120
121
121
-
# With context variables
122
-
RubyLLM.chat.with_template(:extract_metadata,
123
-
document:@document,
124
-
additional_context:"Focus on technical details"
125
-
).complete
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:
0 commit comments