## Turn 1

*   Goal: Return a compact JSON object.
    *   Keys required: `status`, `model_fit_observation`, `caveat`.
    *   Specific requirement for `caveat`: Must say "a true max-context result requires restarting the server with different context settings."
    *   Format: Compact JSON.

    *   `status`: "success" (or similar).
    *   `model_fit_observation`: "Model fits within allocated resources" (or similar).
    *   `caveat`: "a true max-context result requires restarting the server with different context settings."

    *   `{"status": "success", "model_fit_observation": "Model fits within allocated resources", "caveat": "a true max-context result requires restarting the server with different context settings."}`