Commit 7f3b2ca
committed
Add newline before completion marker so it doesn't overlap response
The response text has no trailing newline after markdown trim, so the
checkmark was printing on the same line as the last word of the reply.
Add Print(newline) in finish() and fail() so they always start on a
fresh line.1 parent 1b8508c commit 7f3b2ca
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
| 262 | + | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
| 283 | + | |
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
| |||
0 commit comments