@databutton/firebase-types 1.165.1 → 1.165.2
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.
|
@@ -1487,6 +1487,11 @@ export declare enum SpecialProjectType {
|
|
|
1487
1487
|
* Projects powering operational agents that are primarily working autonomous
|
|
1488
1488
|
*/
|
|
1489
1489
|
OPERATIONAL_AGENT = "operationalAgent",
|
|
1490
|
+
/**
|
|
1491
|
+
* Projects powering legacy app template for building agents we had running for a while before we added proper agent support
|
|
1492
|
+
* @deprecated No new agents are created from this. Keep as long as we still have active projects of this type
|
|
1493
|
+
*/
|
|
1494
|
+
LEGACY_APP_AGENT = "legacyAppAgent",
|
|
1490
1495
|
/**
|
|
1491
1496
|
* One per user in an account. Powers the workspace agent — a personal assistant that can talk with the team's knowledge base etc.
|
|
1492
1497
|
* @deprecated This powers 'Ask Riff' which we will sunset. Keep while we still have projects with this type set
|
|
@@ -93,6 +93,11 @@ export var SpecialProjectType;
|
|
|
93
93
|
* Projects powering operational agents that are primarily working autonomous
|
|
94
94
|
*/
|
|
95
95
|
SpecialProjectType["OPERATIONAL_AGENT"] = "operationalAgent";
|
|
96
|
+
/**
|
|
97
|
+
* Projects powering legacy app template for building agents we had running for a while before we added proper agent support
|
|
98
|
+
* @deprecated No new agents are created from this. Keep as long as we still have active projects of this type
|
|
99
|
+
*/
|
|
100
|
+
SpecialProjectType["LEGACY_APP_AGENT"] = "legacyAppAgent";
|
|
96
101
|
/**
|
|
97
102
|
* One per user in an account. Powers the workspace agent — a personal assistant that can talk with the team's knowledge base etc.
|
|
98
103
|
* @deprecated This powers 'Ask Riff' which we will sunset. Keep while we still have projects with this type set
|