Method: Langchain::LLM::BaseResponse#raw_response
- Defined in:
- lib/langchain/llm/response/base_response.rb
#raw_response ⇒ Object (readonly)
Returns the value of attribute raw_response.
6 7 8 |
# File 'lib/langchain/llm/response/base_response.rb', line 6 def raw_response @raw_response end |