discourse-ai/app/models
Sam 02bc9f645e
FEATURE: hybrid artifact security mode (#1431)
In hybrid mode ai artifacts can optionally automatically run.

This is useful for cases where you may want to embed a survey and so on.

Additionally, artifacts now allow for better fidelity around display:

<div class="ai-artifact" data-ai-artifact-id="501" data-ai-artifact-height="300px" data-ai-artifact-autorun data-ai-artifact-seamless></div>

User can supply height and seamless mode to be seamlessly rendered with no box shadow and show full screen button.
2025-06-12 20:04:48 +10:00
..
ai_api_audit_log.rb FEATURE: track duration of AI calls (#1082) 2025-01-23 11:32:12 +11:00
ai_artifact.rb FEATURE: persistent key-value storage for AI Artifacts (#1417) 2025-06-11 06:59:46 +10:00
ai_artifact_key_value.rb FEATURE: persistent key-value storage for AI Artifacts (#1417) 2025-06-11 06:59:46 +10:00
ai_artifact_version.rb DEV: improve artifact editing and eval system (#1130) 2025-02-19 15:44:33 +11:00
ai_moderation_setting.rb FEATURE: Add AI-powered spam detection for new user posts (#1004) 2024-12-12 09:17:25 +11:00
ai_persona.rb DEV: Use a PORO to represent modules/features. (#1421) 2025-06-10 14:37:53 -03:00
ai_spam_log.rb FIX: Check post action creator result when flagging spam (#1119) 2025-02-11 13:29:27 +10:00
ai_summary.rb FIX: Set default for existing records. (#1073) 2025-01-16 10:38:53 -03:00
ai_tool.rb FIX: custom tools incorrectly setting all fields to blank enum (#1385) 2025-05-30 17:12:24 +10:00
chat_message_custom_prompt.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
classification_result.rb DEV: Updates to sentiment analysis reports (#1161) 2025-03-05 13:53:56 -08:00
completion_prompt.rb review feedback 2025-06-04 14:23:00 -03:00
embedding_definition.rb FEATURE: Make Mixtral tokenizer available for embeddings (#1258) 2025-04-11 12:01:38 -03:00
inferred_concept.rb FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
inferred_concept_post.rb FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
inferred_concept_topic.rb FEATURE: add inferred concepts system (#1330) 2025-06-02 14:29:20 -03:00
llm_model.rb FEATURE: optionally support OpenAI responses API (#1423) 2025-06-11 17:12:25 +10:00
llm_quota.rb FEATURE: llm quotas (#1047) 2025-01-14 15:54:09 +11:00
llm_quota_usage.rb FEATURE: llm quotas (#1047) 2025-01-14 15:54:09 +11:00
model_accuracy.rb DEV: Update rubocop-discourse to version 3.8.0 (#641) 2024-05-28 11:15:42 +02:00
post_custom_prompt.rb FEATURE: AI Bot RAG support. (#537) 2024-04-01 13:43:34 -03:00
rag_document_fragment.rb DEV: Robust check for embeddings enabled (#1116) 2025-02-06 12:18:55 -03:00
reviewable_ai_chat_message.rb DEV: Update annotations for models using Core tables (#1140) 2025-02-20 11:49:50 -03:00
reviewable_ai_post.rb DEV: Update annotations for models using Core tables (#1140) 2025-02-20 11:49:50 -03:00
shared_ai_conversation.rb FEATURE: hybrid artifact security mode (#1431) 2025-06-12 20:04:48 +10:00