@tiens.nguyen/gonext-local-worker 1.0.65 → 1.0.66

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.
@@ -212,8 +212,8 @@ def run_agent_chat(cfg):
212
212
  tool_hint = (
213
213
  "You have ONE built-in function: `http_request(method, url, headers='', body='')`. "
214
214
  "Do NOT import requests, urllib, or any library — call http_request() directly.\n"
215
- "When you have the answer, ALWAYS end with `final_answer(your_answer)` this stops the agent.\n"
216
- "Call http_request with the URL from the task, then call final_answer with the result.\n\n"
215
+ "After getting the response, write a short plain-English summary of what the API returned, "
216
+ "then call `final_answer(your_summary)` this stops the agent.\n\n"
217
217
  )
218
218
  task_with_hint = tool_hint + "Task: " + task_text
219
219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiens.nguyen/gonext-local-worker",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "Polls GoNext cloud API for async local LLM jobs and runs them against Ollama/OpenAI-compatible servers on this Mac",
5
5
  "type": "module",
6
6
  "license": "MIT",