@melaya/runner 1.0.116 → 1.0.117
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/dist/assistantHost.py +1 -0
- package/package.json +1 -1
package/dist/assistantHost.py
CHANGED
|
@@ -467,6 +467,7 @@ def _build_agent():
|
|
|
467
467
|
+ connector_rule
|
|
468
468
|
+ core_rule
|
|
469
469
|
+ "- Be concise and concrete; format small tables or bullet lists when comparing items.\n"
|
|
470
|
+
"- CHARTS: when you use the `chart` tool, the graph ONLY renders if you paste the EXACT ```chart ...``` fenced block it returns into your reply. ALWAYS output that block verbatim where you want the chart shown; NEVER say 'the chart is above/below' or describe it instead. If you made several charts, include each block; if you regenerated one, include ONLY the final good version.\n"
|
|
470
471
|
"- If a question is outside the platform, answer normally without tools.\n"
|
|
471
472
|
+ (f"- Answer in the user's language: {language}.\n" if language and language != "en" else "")
|
|
472
473
|
)
|