Method: Langchain::LLM::BaseResponse#context
- Defined in:
- lib/langchain/llm/response/base_response.rb
#context ⇒ Object
Save context in the response when doing RAG workflow vectorsearch#ask()
9 10 11 |
# File 'lib/langchain/llm/response/base_response.rb', line 9 def context @context end |