@greatapps/greatagents 0.1.12 → 0.1.13
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
|
@@ -104,7 +104,19 @@ export const properties = {
|
|
|
104
104
|
"en": "Provide instructions for the agent to follow."
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
|
-
},
|
|
107
|
+
},
|
|
108
|
+
external_token: {
|
|
109
|
+
type: "string",
|
|
110
|
+
filterable: true,
|
|
111
|
+
unique: true,
|
|
112
|
+
interface: {
|
|
113
|
+
label: {
|
|
114
|
+
"pt-br": "Token externo",
|
|
115
|
+
"en": "External token"
|
|
116
|
+
},
|
|
117
|
+
component: "input"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
108
120
|
delay_typing: {
|
|
109
121
|
type: "number",
|
|
110
122
|
default: 0,
|