@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/dist/index.js
CHANGED
|
@@ -3015,11 +3015,8 @@ function buildCustomInstructions(integrationSlug, selectedFunctions, functionIns
|
|
|
3015
3015
|
const instruction = functionInstructions[f.slug] || f.defaultInstructions;
|
|
3016
3016
|
return `- ${f.slug}: ${instruction}`;
|
|
3017
3017
|
});
|
|
3018
|
-
return `
|
|
3019
|
-
|
|
3020
|
-
${lines.join("\n")}
|
|
3021
|
-
|
|
3022
|
-
Use EXATAMENTE os nomes de fun\xE7\xE3o listados acima.`;
|
|
3018
|
+
return `Fun\xE7\xF5es dispon\xEDveis (${integrationSlug}):
|
|
3019
|
+
${lines.join("\n")}`;
|
|
3023
3020
|
}
|
|
3024
3021
|
function IntegrationsTab({
|
|
3025
3022
|
config,
|