// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ai/ai_utils.h" #include "third_party/blink/public/mojom/ai/model_streaming_responder.mojom.h" ModelExecutionError; blink::mojom::ModelStreamingResponseStatus AIUtils::ConvertModelExecutionError( ModelExecutionError error) { … }