We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dd91e commit 2b114b5Copy full SHA for 2b114b5
README.md
@@ -5,7 +5,8 @@ A flexible template management system for [RubyLLM](https://github.com/crmne/rub
5
```ruby
6
RubyLLM.chat.with_template(:extract_metadata, document: @document).complete
7
8
-# Retrieves the following files:
+# Searches for the following files:
9
+#
10
# prompts/
11
# extract_metadata/
12
# ├── system.txt.erb # System message
0 commit comments