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

#ifndef IOS_CHROME_BROWSER_COMPOSEBOX_COORDINATOR_COMPOSEBOX_CONSTANTS_H_
#define IOS_CHROME_BROWSER_COMPOSEBOX_COORDINATOR_COMPOSEBOX_CONSTANTS_H_

#import <Foundation/Foundation.h>

#import "ios/chrome/browser/composebox/public/composebox_mode.h"

// The maximum number of attachments that can be added to a prompt.
extern const NSUInteger kAttachmentLimit;

// The maximum number of attachments that can be added to a prompt.
extern const NSUInteger kAttachmentLimitForImageGeneration;

// The maximum allowed size for file uploads.
extern const NSUInteger kMaxFileAttachmentSize;

#endif  // IOS_CHROME_BROWSER_COMPOSEBOX_COORDINATOR_COMPOSEBOX_CONSTANTS_H_
