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
@@ -209,7 +211,7 @@ chat.ask("What should we focus on first?")
209
211
The gem integrates with [RubyLLM::Schema](https://github.com/danielfriis/ruby_llm-schema) to provide a clean Ruby DSL for defining JSON schemas. Use `schema.rb` files instead of JSON:
210
212
211
213
```ruby
212
-
# prompts/analyze_results/schema.rb
214
+
#app/prompts/analyze_results/schema.rb
213
215
RubyLLM::Schema.create do
214
216
number :confidence, minimum:0, maximum:1, description:"Analysis confidence"
0 commit comments