YeonGyu-Kim
bd37e6676a
fix(delegate-task): make description optional with auto-generation from prompt ( #3162 )
...
When weaker models (GLM-5, MiniMax) omit the description parameter on
delegate_task, the tool now auto-generates it from the first 4 words of
the prompt instead of throwing an error.
Changes:
- Schema: description is now optional (tool.schema.string().optional())
- Runtime: auto-generates from prompt when missing/empty/whitespace
- DelegateTaskArgs.description type stays as string (guaranteed by auto-gen)
- Tests: 3 new cases - missing/empty/explicit description handling
- Metadata title set after description resolution (correct ordering)
2026-04-07 09:30:22 +09:00
..
2026-04-05 01:01:19 +09:00
2026-04-05 14:12:31 +09:00
2026-04-03 19:16:57 +09:00
2026-02-08 18:03:15 +09:00
2026-02-12 19:09:15 +09:00
2026-04-06 17:18:47 +09:00
2026-03-31 15:11:12 -07:00
2026-04-06 17:18:47 +09:00
2026-04-03 19:16:57 +09:00
2026-04-03 19:16:57 +09:00
2026-03-13 10:49:44 +09:00
2026-03-23 20:39:47 +09:00
2026-03-31 13:05:44 -07:00
2026-04-03 18:27:26 +09:00
2026-04-05 15:30:36 +09:00
2026-04-03 19:16:57 +09:00
2026-02-08 13:57:26 +09:00
2026-03-28 09:34:58 -07:00
2026-02-08 21:11:07 +09:00
2026-04-04 01:27:51 +09:00
2026-03-06 22:56:51 +09:00
2026-04-04 01:27:51 +09:00
2026-02-06 21:35:30 +09:00
2026-03-04 18:31:19 +09:00
2026-03-28 15:24:18 +09:00
2026-03-28 15:24:18 +09:00
2026-03-25 11:04:49 +01:00
2026-04-03 19:16:57 +09:00
2026-02-16 18:20:27 +09:00
2026-03-28 09:34:58 -07:00
2026-04-05 15:30:36 +09:00
2026-04-05 15:30:36 +09:00
2026-02-16 21:32:33 +09:00
2026-02-25 14:03:47 +09:00
2026-04-04 19:33:11 +09:00
2026-02-10 22:54:30 +09:00
2026-03-24 23:54:29 +09:00
2026-04-05 15:30:36 +09:00
2026-03-09 18:55:12 +01:00
2026-04-04 15:40:37 +09:00
2026-04-04 15:40:37 +09:00
2026-02-10 22:00:54 +09:00
2026-02-20 11:54:04 +09:00
2026-03-11 19:42:46 +09:00
2026-03-11 19:42:46 +09:00
2026-04-05 09:30:19 +09:00
2026-04-05 09:30:19 +09:00
2026-02-10 22:54:30 +09:00
2026-03-11 20:50:11 +09:00
2026-04-05 15:30:36 +09:00
2026-03-31 17:25:00 -07:00
2026-02-08 13:57:26 +09:00
2026-03-17 16:47:13 +09:00
2026-03-17 16:47:13 +09:00
2026-02-27 03:02:04 +09:00
2026-02-27 03:02:04 +09:00
2026-04-07 09:30:22 +09:00
2026-04-07 09:30:22 +09:00
2026-03-28 09:34:58 -07:00
2026-03-13 13:08:50 +09:00
2026-03-11 19:42:46 +09:00
2026-02-16 15:56:52 +09:00
2026-04-05 15:30:36 +09:00
2026-03-03 00:38:22 +09:00