@greatapps/greatagents 0.1.12 → 0.1.14
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,
|
|
@@ -45,6 +45,18 @@ export const properties = {
|
|
|
45
45
|
disabled: true
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
+
id_external: {
|
|
49
|
+
type: "string",
|
|
50
|
+
required: false,
|
|
51
|
+
filterable: true,
|
|
52
|
+
interface: {
|
|
53
|
+
label: {
|
|
54
|
+
"pt-br": "ID Externo",
|
|
55
|
+
"en": "External ID"
|
|
56
|
+
},
|
|
57
|
+
component: "input"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
48
60
|
name: {
|
|
49
61
|
type: "string",
|
|
50
62
|
required: true,
|
|
@@ -102,6 +102,18 @@ export const properties = {
|
|
|
102
102
|
disabled: true
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
+
id_external: {
|
|
106
|
+
type: "string",
|
|
107
|
+
required: false,
|
|
108
|
+
filterable: true,
|
|
109
|
+
interface: {
|
|
110
|
+
label: {
|
|
111
|
+
"pt-br": "ID Externo",
|
|
112
|
+
"en": "External ID"
|
|
113
|
+
},
|
|
114
|
+
component: "input"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
105
117
|
key_memory: {
|
|
106
118
|
type: "string",
|
|
107
119
|
required: false,
|