Method: Agentic::LlmClient#last_response
- Defined in:
- lib/agentic/llm_client.rb
#last_response ⇒ OpenAI::Client (readonly)
Returns The underlying LLM client instance.
14 15 16 |
# File 'lib/agentic/llm_client.rb', line 14 def last_response @last_response end |