---
title: SpotlightSearchTool.Arguments
framework: corespotlight
role: symbol
role_heading: Type Alias
path: corespotlight/spotlightsearchtool/arguments
---

# SpotlightSearchTool.Arguments

The overlay tool uses GeneratedContent as its Arguments type so the full native schema (FullArguments or RAGSearchArguments) passes through to NativeSpotlightSearchTool without re-encoding.

## Declaration

```swift
typealias Arguments = GeneratedContent
```
