Commit 9b60476
committed
fix: align get_text_content with original semantics and skip Windows-only test on Linux
- text_utils.py: use ''.join() instead of ' '.join() to preserve original
part spacing; only extract type='text' dicts, ignore non-text blocks
- session.py: add isinstance guard to skip non-str/list content (restore
original continue behavior for _get_summary)
- test_multimodal.py: add skipif for test_windows_backslash_path since
backslash paths are Windows-only1 parent f648dc9 commit 9b60476
3 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
16 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
316 | 317 | | |
317 | 318 | | |
318 | 319 | | |
| 320 | + | |
319 | 321 | | |
320 | 322 | | |
321 | 323 | | |
322 | 324 | | |
323 | 325 | | |
324 | 326 | | |
325 | 327 | | |
326 | | - | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
| |||
0 commit comments