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