create_file_store
Create a semantic search store for code files. Upload files into the store, and Gemini automatically searches them during code analysis.
Instructions
Create a new FileSearch store for semantic code search.
Upload files to the store with upload_to_file_store. Once populated, Gemini will automatically search the store during consult_gemini calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | Yes | Display name for the store |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |