Method: Langchain::LLM::BaseResponse#chat_completion
- Defined in:
- lib/langchain/llm/response/base_response.rb
#chat_completion ⇒ String
Returns the chat completion text
35 36 37 |
# File 'lib/langchain/llm/response/base_response.rb', line 35 def chat_completion raise NotImplementedError end |