Class: TurnKit::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/turnkit/client.rb

Direct Known Subclasses

Adapters::RubyLLM

Instance Method Summary collapse

Instance Method Details

#chat(model:, messages:, tools:, instructions:, temperature: nil, thinking: nil, output_schema: nil, metadata: nil, on_event: nil) ⇒ Object

Raises:

  • (NotImplementedError)


9
10
11
# File 'lib/turnkit/client.rb', line 9

def chat(model:, messages:, tools:, instructions:, temperature: nil, thinking: nil, output_schema: nil, metadata: nil, on_event: nil)
  raise NotImplementedError
end

#validate!(model:) ⇒ Object



5
6
7
# File 'lib/turnkit/client.rb', line 5

def validate!(model:)
  true
end