jules_analyze_code
Analyze code changes and differences within Google Jules AI coding tasks to review modifications and understand development progress.
Instructions
Analyze code changes and diff in a Jules task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeSourceCode | No | Whether to include full source code content | |
taskId | Yes | Task ID or URL |
Input Schema (JSON Schema)
{
"properties": {
"includeSourceCode": {
"description": "Whether to include full source code content",
"type": "boolean"
},
"taskId": {
"description": "Task ID or URL",
"type": "string"
}
},
"required": [
"taskId"
],
"type": "object"
}