class PlaceOS::Api::ChatGPT::Plugin::Details

Included Modules

Extended Modules

Defined in:

placeos-rest-api/controllers/chat_gpt/plugins.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def capabilities : Array(Capabilities) #

[View source]
def current_time : Time | Nil #

[View source]
def current_time=(current_time : Time | Nil) #

[View source]
def day_of_week : String | Nil #

[View source]
def day_of_week=(day_of_week : String | Nil) #

[View source]
def prompt : String #

[View source]
def system_id : String #

[View source]
def user_information : UserInformation | Nil #

[View source]
def user_information=(user_information : UserInformation | Nil) #

[View source]