Summary
The with_computer_use() and with_computer_use_excluding() builder methods exist but have no integration tests.
Current State
with_computer_use() - implemented in src/request_builder/mod.rs:1443
with_computer_use_excluding() - implemented in src/request_builder/mod.rs:1493
- Wire format marked as UNVERIFIED in
docs/ENUM_WIRE_FORMATS.md
- No tests exist
Why Blocked
Computer Use has limited API access and the wire format is unverified. We need:
- API access to test against
- Verification of the wire format with
LOUD_WIRE=1
When to Unblock
- When Google makes Computer Use generally available
- When we can verify the wire format
Action Items
Summary
The
with_computer_use()andwith_computer_use_excluding()builder methods exist but have no integration tests.Current State
with_computer_use()- implemented insrc/request_builder/mod.rs:1443with_computer_use_excluding()- implemented insrc/request_builder/mod.rs:1493docs/ENUM_WIRE_FORMATS.mdWhy Blocked
Computer Use has limited API access and the wire format is unverified. We need:
LOUD_WIRE=1When to Unblock
Action Items
LOUD_WIRE=1when availabledocs/ENUM_WIRE_FORMATS.mdwith verified format