Class: GenAI::Chat::Anthropic

Inherits:
Base
  • Object
show all
Defined in:
lib/gen_ai/chat/anthropic.rb

Constant Summary collapse

SYSTEM_ROLE =
'system'

Constants inherited from Base

Base::ASSISTANT_ROLE, Base::USER_ROLE

Instance Attribute Summary

Attributes inherited from Base

#default_options, #history

Method Summary

Methods inherited from Base

#initialize, #message, #start

Methods included from Dependency

#depends_on

Constructor Details

This class inherits a constructor from GenAI::Chat::Base