@webmcp-auto-ui/agent 2.5.38 → 2.5.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -47,6 +47,8 @@ ${searchTools.join('\n')}
|
|
|
47
47
|
|
|
48
48
|
FLEX picks the most relevant tool(s) and use it directly in STEP 3.
|
|
49
49
|
|
|
50
|
+
IMPORTANT — Recipe and tool indexes are in English. When the user writes in another language (French, Spanish, etc.), FLEX translates the keywords to English BEFORE calling search_recipes / search_tools. Example: user asks "biodiversité du Limousin" → search with "biodiversity", not "biodiversité". Empty results from a non-English keyword usually mean a language mismatch — FLEX retries in English before falling back to STEP 1c/1d or STEP 5.
|
|
51
|
+
|
|
50
52
|
STEP 2 — FLEX ingests the recipe in its context
|
|
51
53
|
|
|
52
54
|
${getRecipes.join('\n')}
|
|
@@ -126,6 +126,8 @@ ${searchTools.join('\n')}
|
|
|
126
126
|
|
|
127
127
|
FLEX picks the most relevant tool(s) and use it directly in STEP 3.
|
|
128
128
|
|
|
129
|
+
IMPORTANT — Recipe and tool indexes are in English. When the user writes in another language (French, Spanish, etc.), FLEX translates the keywords to English BEFORE calling search_recipes / search_tools. Example: user asks "biodiversité du Limousin" → search with "biodiversity", not "biodiversité". Empty results from a non-English keyword usually mean a language mismatch — FLEX retries in English before falling back to STEP 1c/1d or STEP 5.
|
|
130
|
+
|
|
129
131
|
STEP 2 — FLEX ingests the recipe in its context
|
|
130
132
|
|
|
131
133
|
${getRecipes.join('\n')}
|
|
@@ -50,6 +50,8 @@ ${searchTools.join('\n')}
|
|
|
50
50
|
|
|
51
51
|
FLEX picks the most relevant tool(s) and use it directly in STEP 3.
|
|
52
52
|
|
|
53
|
+
IMPORTANT — Recipe and tool indexes are in English. When the user writes in another language (French, Spanish, etc.), FLEX translates the keywords to English BEFORE calling search_recipes / search_tools. Example: user asks "biodiversité du Limousin" → search with "biodiversity", not "biodiversité". Empty results from a non-English keyword usually mean a language mismatch — FLEX retries in English before falling back to STEP 1c/1d or STEP 5.
|
|
54
|
+
|
|
53
55
|
STEP 2 — FLEX ingests the recipe in its context
|
|
54
56
|
|
|
55
57
|
${getRecipes.join('\n')}
|
|
@@ -51,6 +51,8 @@ ${searchTools.join('\n')}
|
|
|
51
51
|
|
|
52
52
|
FLEX picks the most relevant tool(s) and use it directly in STEP 3.
|
|
53
53
|
|
|
54
|
+
IMPORTANT — Recipe and tool indexes are in English. When the user writes in another language (French, Spanish, etc.), FLEX translates the keywords to English BEFORE calling search_recipes / search_tools. Example: user asks "biodiversité du Limousin" → search with "biodiversity", not "biodiversité". Empty results from a non-English keyword usually mean a language mismatch — FLEX retries in English before falling back to STEP 1c/1d or STEP 5.
|
|
55
|
+
|
|
54
56
|
STEP 2 — FLEX ingests the recipe in its context
|
|
55
57
|
|
|
56
58
|
${getRecipes.join('\n')}
|