Class: AI::Engine::Assistant

Inherits:
ApplicationRecord show all
Includes:
RemoteIdValidatable
Defined in:
app/models/ai/engine/assistant.rb

Constant Summary collapse

MIN_PROMPT_TOKENS =
256
MIN_COMPLETION_TOKENS =
16

Constants included from RemoteIdValidatable

RemoteIdValidatable::REMOTE_ID_PREFIXES

Instance Method Summary collapse

Instance Method Details

#to_partial_pathObject



11
12
13
# File 'app/models/ai/engine/assistant.rb', line 11

def to_partial_path
  "assistants/assistant"
end