// 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 "components/optimization_guide/core/model_execution/test/request_builder.h" #include "components/optimization_guide/proto/features/compose.pb.h" namespace optimization_guide { proto::ComposeRequest PageUrlRequest(const std::string& input) { … } proto::ComposeRequest UserInputRequest(const std::string& input) { … } proto::ComposeRequest RewriteRequest(const std::string& previous_response) { … } } // namespace optimization_guide