jules_create_session
Create a new asynchronous coding session to execute AI-generated code changes in a GitHub repository based on task descriptions.
Instructions
Creates a new Jules session to perform an asynchronous coding task.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Task description | |
| repo | Yes | GitHub repository in "owner/repo" format | |
| branch | No | Starting branch (default: main) | |
| title | No | Optional session title | |
| automationMode | No | ||
| requirePlanApproval | No | If true, Jules will wait for plan approval |