Module: Llmclt::Response::Chat
- Included in:
- NonStreaming, Streaming
- Defined in:
- lib/llmclt/response/chat.rb
Instance Method Summary collapse
Instance Method Details
#text ⇒ Object
6 7 8 |
# File 'lib/llmclt/response/chat.rb', line 6 def text texts.join end |
#texts ⇒ Object
10 11 12 |
# File 'lib/llmclt/response/chat.rb', line 10 def texts raise NotImplementedError, "#{class_name}#{__method__} is not implemented" end |