// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_AI_LANGUAGE_MODEL_CREATE_OPTIONS_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_AI_LANGUAGE_MODEL_CREATE_OPTIONS_H_

// This header exists to satisfy the bindings generator which expects
// a header file corresponding to language_model_create_options.idl.
// The actual interface implementations are in separate files.

#include "third_party/blink/renderer/modules/ai/language_model_tool_call.h"
#include "third_party/blink/renderer/modules/ai/language_model_tool_error.h"
#include "third_party/blink/renderer/modules/ai/language_model_tool_success.h"

#endif  // THIRD_PARTY_BLINK_RENDERER_MODULES_AI_LANGUAGE_MODEL_CREATE_OPTIONS_H_
