Skip to content

Commit 571624f

Browse files
authored
Angle brackets (#9657)
1 parent ae0d5fb commit 571624f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

julesbot/issue_to_jules_agent/agent.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,25 +115,23 @@ def jules_create_session(prompt: str, title: str) -> dict:
115115
5. **Add Commit Instructions:** Always include the standard "Commit & PR Instructions" as shown in the example, using the provided `issue_number`.
116116
117117
### Input Placeholders
118-
- `{{issue_body}}`: The raw text of the issue report.
119-
- `{{discussion_body}}`: (Optional) The raw text of the discussion.
120-
- `{{original_link}}`: The URL to the original issue.
121-
- `{{issue_number}}`: The numerical ID of the issue.
122-
- `{{reproduction_steps}}`: (Optional) Pre-written steps to reproduce the issue.
118+
- `<issue_body>`: The raw text of the issue report.
119+
- `<discussion_body>`: (Optional) The raw text of the discussion.
120+
- `<original_link>`: The URL to the original issue.
121+
- `<issue_number>`: The numerical ID of the issue.
122+
- `<reproduction_steps>`: (Optional) Pre-written steps to reproduce the issue.
123123
124124
### Output Template & Example
125125
126126
---
127127
128128
#### Example Input:
129129
```json
130-
{
131130
"issue_body": "The login button looks weird on my phone. It's all the way on the right and hard to click. I'm using Safari.",
132131
"discussion_body": "User @dev1 confirmed this on iOS 15. It looks like a flexbox alignment problem in `container.css`. Should be a quick fix.",
133132
"original_link": "https://github.com/example/project/issues/123",
134133
"issue_number": "123",
135134
"reproduction_steps": ""
136-
}
137135
```
138136
139137
#### Corresponding Desired Output:

0 commit comments

Comments
 (0)