Behaviour for LLM clients used by the Interactive synthesizer.
@callback chat(system_prompt :: String.t(), user_message :: String.t(), opts :: keyword()) :: {:ok, String.t()} | {:error, :no_api_key} | {:error, {atom(), term()}}