fix: cooking assistant not reliably calling createRecipe tool
The system prompt only said "you can propose creating a recipe with the tool" as a soft option — models were defaulting to just writing the recipe out as prose in the reply instead of invoking the tool, since that's the easier default behavior for a "write me a recipe" request. Rewrote the instruction as a hard rule: full recipes must go through createRecipe, plain-text ingredient lists/numbered steps are disallowed in the reply for that case. v0.46.1
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "epicure",
|
||||
"version": "0.46.0",
|
||||
"version": "0.46.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm --filter web dev",
|
||||
|
||||
Reference in New Issue
Block a user