From fffc6386b714cb403a1a1954d599e3dc07d7cbd4 Mon Sep 17 00:00:00 2001 From: JNK234 Date: Tue, 8 Sep 2026 19:07:51 -0400 Subject: [PATCH] fix: make the llm:choose prompt describe the enum schema it is sent with The choose prompt told the model to reply with only the bare option text while the request carried an EnumFormat schema requiring {"choice": ...}. Providers that validate the reply against the schema after generation (Groq) rejected the whole response with HTTP 400 json_validate_failed, so llm:choose failed on every call there. The prompt now asks for the same {"choice": "