@greatapps/greatagents-ui 0.3.17 → 0.3.18

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greatapps/greatagents-ui",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "description": "Shared agents UI components for Great platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -66,7 +66,7 @@ function buildCustomInstructions(
66
66
  return `- ${f.slug}: ${instruction}`;
67
67
  });
68
68
 
69
- return `Você tem acesso à integração ${integrationSlug}.\nFunções disponíveis:\n${lines.join("\n")}\n\nUse EXATAMENTE os nomes de função listados acima.`;
69
+ return `Funções disponíveis (${integrationSlug}):\n${lines.join("\n")}`;
70
70
  }
71
71
 
72
72
  // ---------------------------------------------------------------------------