Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down