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 68b809b commit c48c8ebCopy full SHA for c48c8eb
docs/guides/rails.md
@@ -90,7 +90,6 @@ class CreateMessages < ActiveRecord::Migration[7.1]
90
t.references :chat, null: false, foreign_key: true
91
t.string :role
92
t.text :content
93
- # Optional fields for tracking usage/metadata
94
t.string :model_id
95
t.integer :input_tokens
96
t.integer :output_tokens
0 commit comments