Summary
The with_file_search() and with_file_search_config() builder methods exist but have no integration tests.
Current State
with_file_search() - implemented in src/request_builder/mod.rs:1594
with_file_search_config() - implemented in src/request_builder/mod.rs:1638
- Wire format documented in
docs/ENUM_WIRE_FORMATS.md
- No tests exist
Why Blocked
File Search requires configured file search stores, which requires:
- Creating file search stores via the API
- Uploading files to those stores
- Then querying them
This is different from the Files API - file search stores are a separate concept.
When to Unblock
- When we have a test harness for creating/managing file search stores
- Or when Google provides a simpler way to test file search
Action Items
Summary
The
with_file_search()andwith_file_search_config()builder methods exist but have no integration tests.Current State
with_file_search()- implemented insrc/request_builder/mod.rs:1594with_file_search_config()- implemented insrc/request_builder/mod.rs:1638docs/ENUM_WIRE_FORMATS.mdWhy Blocked
File Search requires configured file search stores, which requires:
This is different from the Files API - file search stores are a separate concept.
When to Unblock
Action Items