unsloth/studio/backend/routes
Daniel Han e451d2dae4 fix: only strip closed tool-call XML pairs in SSE output
The open-ended <tool_call>.*$ regex was stripping everything from
<tool_call> to end of string, including legitimate model text that
followed a tool block.  This caused the stream to appear stuck since
the cumulative text never grew past the strip point.

Switch to only stripping closed <tool_call>...</tool_call> pairs so
text after a tool block is preserved.
2026-03-27 14:15:59 +00:00
..
data_recipe Fix Studio silently exiting on Windows without error output (#4527) 2026-03-22 08:23:03 -07:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py feat(studio): training history persistence and past runs viewer (#4501) 2026-03-25 00:58:55 -07:00
auth.py studio: fix stale GGUF metadata, update helper model, auth improvements (#4346) 2026-03-17 01:22:08 -07:00
datasets.py fix: subprocess crash during map operation on Windows (#4507) 2026-03-22 05:21:09 -07:00
export.py Final cleanup 2026-03-12 18:28:04 +00:00
inference.py fix: only strip closed tool-call XML pairs in SSE output 2026-03-27 14:15:59 +00:00
models.py feat: multi-source model discovery (HF default, legacy cache, LM Studio) (#4591) 2026-03-25 07:48:04 -07:00
training.py feat(studio): training history persistence and past runs viewer (#4501) 2026-03-25 00:58:55 -07:00
training_history.py feat(studio): training history persistence and past runs viewer (#4501) 2026-03-25 00:58:55 -07:00