Method: Agentic::LlmClient#client

Defined in:
lib/agentic/llm_client.rb

#clientOpenAI::Client (readonly)

Returns The underlying LLM client instance.

Returns:

  • (OpenAI::Client)

    The underlying LLM client instance



14
15
16
# File 'lib/agentic/llm_client.rb', line 14

def client
  @client
end