pub fn register_generate_object(
registry: &Arc<ToolRegistry>,
llm_client: Arc<dyn LlmClient>,
)Expand description
Register the generate_object tool for structured JSON output.
Must be called after the registry is wrapped in Arc. Requires an LLM client so the tool can make its own LLM calls for object generation.