Method: OmniAI::Client#chat
- Defined in:
- lib/omniai/client.rb
#chat(prompt = nil, model:, temperature: nil, format: nil, stream: nil, tools: nil, options: {}) {|prompt| ... } ⇒ OmniAI::Chat::Response
200 201 202 |
# File 'lib/omniai/client.rb', line 200 def chat(prompt = nil, model:, temperature: nil, format: nil, stream: nil, tools: nil, options: {}, &) raise NotImplementedError, "#{self.class.name}#chat undefined" end |