@greatapps/greatagents 0.1.29 → 0.1.30

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",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "Schemas para GreatAgents",
5
5
  "main": "./src/product.js",
6
6
  "type": "module"
@@ -103,20 +103,6 @@ export const properties = {
103
103
  edit: true
104
104
  }
105
105
  },
106
- prompt: {
107
- type: "string",
108
- interface: {
109
- label: {
110
- "pt-br": "Instruções do agente",
111
- "en": "Instructions of the agent"
112
- },
113
- component: "textarea",
114
- placeholder: {
115
- "pt-br": "Forneça instruções para o agente seguir.",
116
- "en": "Provide instructions for the agent to follow."
117
- }
118
- }
119
- },
120
106
  external_token: {
121
107
  type: "string",
122
108
  filterable: true,