Class: Ruboty::Handlers::OpenAIChat
- Inherits:
-
Base
- Object
- Base
- Ruboty::Handlers::OpenAIChat
- Defined in:
- lib/ruboty/handlers/openai_chat.rb
Instance Method Summary collapse
Instance Method Details
#chat(message) ⇒ Object
33 34 35 |
# File 'lib/ruboty/handlers/openai_chat.rb', line 33 def chat() Ruboty::OpenAIChat::Actions::Chat.new().call end |
#remember_profile(message) ⇒ Object
37 38 39 |
# File 'lib/ruboty/handlers/openai_chat.rb', line 37 def remember_profile() Ruboty::OpenAIChat::Actions::RememberProfile.new().call end |
#show_profile(message) ⇒ Object
41 42 43 |
# File 'lib/ruboty/handlers/openai_chat.rb', line 41 def show_profile() Ruboty::OpenAIChat::Actions::ShowProfile.new().call end |