Verify Logic
verify_logicVerify algorithms and logic in loaded files by submitting verification questions. Code execution sandbox tests correctness and edge cases.
Instructions
Verify algorithms and logic in a cached file using Gemini code execution sandbox. Prerequisite: load_file. Auto-infer language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | What to verify in the loaded file (e.g. algorithm correctness, edge cases). | |
| language | No | Primary language (e.g. TypeScript, Python, JavaScript, Go, Rust, Java). Auto-infer from files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| result | No | Successful result payload. | |
| error | No | Error payload when ok is false. |