LIghtJUNction
e2139fd91b
fix: guard against None system_prompt in _ensure_persona_and_skills
...
ProviderRequest.system_prompt defaults to None. When a persona with a
prompt is configured, _ensure_persona_and_skills calls
``req.system_prompt += ...`` which crashes with ``TypeError`` when
system_prompt is None.
Added a None guard before the persona prompt injection and skills prompt
appending sections so they always operate on a string.
2026-04-29 07:37:04 +08:00
..
2026-04-29 00:20:38 +08:00
2026-04-22 11:51:12 +08:00
2026-04-28 23:25:54 +08:00
2026-04-28 14:49:50 +08:00
2026-04-17 18:36:47 +08:00
2026-04-22 11:51:12 +08:00
2026-04-20 15:24:07 +08:00
2026-04-27 21:21:56 +08:00
2026-04-27 21:21:56 +08:00
2026-04-28 14:49:50 +08:00
2026-04-28 23:48:09 +08:00
2026-03-28 21:16:40 +08:00
2026-04-28 14:49:50 +08:00
2026-04-29 00:15:16 +08:00
2026-04-28 21:10:19 +09:00
2026-03-11 14:21:55 +09:00
2026-04-14 18:55:05 +08:00
2026-04-23 17:46:53 +08:00
2026-04-28 01:40:14 +09:00
2026-04-11 17:01:54 +08:00
2026-04-29 07:37:04 +08:00
2026-03-01 16:10:35 +09:00
2026-04-28 14:49:50 +08:00
2026-03-01 00:23:47 +08:00
2026-04-14 16:27:06 +08:00
2026-03-03 12:58:59 +08:00
2026-02-28 13:34:12 +09:00
2026-04-28 14:49:50 +08:00
2026-04-22 11:51:12 +08:00
2026-02-28 13:34:12 +09:00
2026-03-17 15:42:15 +08:00
2026-03-16 12:34:21 +08:00
2026-04-17 13:13:21 +09:00
2026-04-17 13:13:21 +09:00