@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.
@@ -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
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melaya/runner",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "description": "Run Melaya AI pipelines locally with your own LM Studio or Ollama models",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,