Sha256: 546a79843a4822778ad0e069720551a539f1afb323f95fb2f626c03b9264f00b
Contents?: true
Size: 287 Bytes
Versions: 6
Compression:
Stored size: 287 Bytes
Contents
# lib/ai_client/tool.rb class AiClient::Tool < OmniAI::Tool # TODO: Is there any additional functionality that # needs to be added to the Rool class that would # be helpful? def xyzzy = self.class.xyzzy class << self def xyzzy = puts "Magic" end end
Version data entries
6 entries across 6 versions & 1 rubygems