Commit b7c0cb0
committed
fix: pass thinking kwargs in build_assistant_turn_token_ids, handle missing fullEpisode
- build_assistant_turn_token_ids now passes _thinking_kwargs() to
apply_chat_template, consistent with _build_prompt_token_ids and
build_tool_response_suffix_token_ids
- View selector no longer silently renders nothing when fullEpisode is
null and user selected text/episode view — falls back to turns view
or shows a placeholder message
Made-with: Cursor1 parent 6e4f020 commit b7c0cb0
File tree
2 files changed
+7
-1
lines changed- eval_protocol/integrations
- vite-app/src/components
2 files changed
+7
-1
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| 293 | + | |
293 | 294 | | |
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| 299 | + | |
298 | 300 | | |
299 | 301 | | |
300 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
| 587 | + | |
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
596 | 600 | | |
597 | 601 | | |
598 | 602 | | |
| |||
0 commit comments