class Place::TODOs

Included Modules

Defined in:

place/llm/todo_list.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def add_task(description : String) #

[View source]
def capabilities : String #
Description copied from module PlaceOS::Driver::Interface::ChatFunctions

overall description of what this driver implements


[View source]
def complete_task(index : Int32) #

[View source]
def function_descriptions #

def list_tasks : Array({complete: Bool, task: String}) #

[View source]
def on_load #

def on_update #