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
Copy file name to clipboardExpand all lines: docs/guides/rails.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ This approach has one important consequence: **you cannot use `validates :conten
60
60
61
61
### Database Migrations
62
62
63
-
First, generate migrations for your `Chat` and `Message` models. You'll also need a `ToolCall`model if you plan to use [Tools]({% link guides/tools.md %}).
63
+
First, generate migrations for your `Chat`, `Message`, and `ToolCall`models.
64
64
65
65
```bash
66
66
# Generate basic models and migrations
@@ -100,7 +100,6 @@ class CreateMessages < ActiveRecord::Migration[7.1]
0 commit comments