From 4c56e620a643aac8009ce092edd19da2be2eba76 Mon Sep 17 00:00:00 2001 From: Niklas Stephenson Date: Mon, 20 Oct 2025 14:08:20 +0200 Subject: [PATCH] Add reference to RubyLLM documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0093cfc..a103a07 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,10 @@ end puts person_schema.to_json ``` +### Use with RubyLLM + +See examples of how to use RubyLLM::Schema together with RubyLLM in the [official documentation](https://rubyllm.com/chat/#using-rubyllmschema-recommended). + ## Schema Property Types A schema is a collection of properties, which can be of different types. Each type has its own set of properties you can set.