Method: ActiveAgent::Generation#generate_now

Defined in:
lib/active_agent/generation.rb

#generate_nowActiveAgent::Providers::Response

Executes prompt generation synchronously.

Returns:

  • (ActiveAgent::Providers::Response)


94
95
96
# File 'lib/active_agent/generation.rb', line 94

def prompt_now
  agent.process_prompt
end