Class: TurnKit::Client
- Inherits:
-
Object
show all
- Defined in:
- lib/turnkit/client.rb
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
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
|