···221221 (* Use powerful model for complex analysis. *)
222222 let client =
223223 Claude.Client.v ~sw ~process_mgr ~clock
224224- ~options:Claude.Options.(default |> with_model sonnet) ()
224224+ ~options:Claude.Options.(default |> with_model sonnet)
225225+ ()
225226 in
226227 Claude.Client.query client "Design a new architecture for this system";
227228 let design = Claude.Client.receive_all client in