DEV: Update plugin annotations (#871)
This commit is contained in:
parent
294c364a75
commit
945f04b089
|
@ -297,8 +297,6 @@ end
|
|||
# user_id :integer
|
||||
# default_llm :text
|
||||
# max_context_posts :integer
|
||||
# max_post_context_tokens :integer
|
||||
# max_context_tokens :integer
|
||||
# vision_enabled :boolean default(FALSE), not null
|
||||
# vision_max_pixels :integer default(1048576), not null
|
||||
# rag_chunk_tokens :integer default(374), not null
|
||||
|
@ -311,7 +309,7 @@ end
|
|||
# allow_chat_channel_mentions :boolean default(FALSE), not null
|
||||
# allow_chat_direct_messages :boolean default(FALSE), not null
|
||||
# allow_topic_mentions :boolean default(FALSE), not null
|
||||
# allow_personal_message :boolean default(TRUE), not null
|
||||
# allow_personal_messages :boolean default(TRUE), not null
|
||||
# force_default_llm :boolean default(FALSE), not null
|
||||
#
|
||||
# Indexes
|
||||
|
|
|
@ -42,7 +42,7 @@ end
|
|||
# algorithm :string not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# summary_type :string default("complete"), not null
|
||||
# summary_type :integer default("complete"), not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
|
|
@ -11,7 +11,7 @@ end
|
|||
# id :bigint not null, primary key
|
||||
# model_used :string
|
||||
# classification_type :string
|
||||
# target_id :integer
|
||||
# target_id :bigint
|
||||
# target_type :string
|
||||
# classification :jsonb
|
||||
# created_at :datetime not null
|
||||
|
|
|
@ -84,13 +84,12 @@ end
|
|||
# id :bigint not null, primary key
|
||||
# fragment :text not null
|
||||
# upload_id :integer not null
|
||||
# ai_persona_id :integer not null
|
||||
# fragment_number :integer not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# metadata :text
|
||||
# target_id :integer
|
||||
# target_type :string(800)
|
||||
# target_id :bigint not null
|
||||
# target_type :string(800) not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
|
|
@ -158,7 +158,6 @@ end
|
|||
# status :integer default("pending"), not null
|
||||
# created_by_id :integer not null
|
||||
# reviewable_by_moderator :boolean default(FALSE), not null
|
||||
# reviewable_by_group_id :integer
|
||||
# category_id :integer
|
||||
# topic_id :integer
|
||||
# score :float default(0.0), not null
|
||||
|
|
|
@ -215,7 +215,6 @@ end
|
|||
# status :integer default("pending"), not null
|
||||
# created_by_id :integer not null
|
||||
# reviewable_by_moderator :boolean default(FALSE), not null
|
||||
# reviewable_by_group_id :integer
|
||||
# category_id :integer
|
||||
# topic_id :integer
|
||||
# score :float default(0.0), not null
|
||||
|
|
Loading…
Reference in New Issue