@balkangraph/orgchart.js 8.15.26 → 8.15.28
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/orgchart.d.ts +9 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -2063,6 +2063,15 @@ declare class OrgChart {
|
|
|
2063
2063
|
* ```
|
|
2064
2064
|
*/
|
|
2065
2065
|
static MINIMUM_SYMBOLS_IN_SEARCH_INPUT: number;
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
/**
|
|
2069
|
+
* System instructions let you steer the behavior of a model based on your specific needs and use cases.
|
|
2070
|
+
* ```typescript
|
|
2071
|
+
* OrgChart.AI_SYSTEM_MESSAGES = ["You are an HR assistant for interactive Organizational Char in MyCompamyName."];
|
|
2072
|
+
* ```
|
|
2073
|
+
*/
|
|
2074
|
+
static AI_SYSTEM_MESSAGES: Array<string>;
|
|
2066
2075
|
|
|
2067
2076
|
/**
|
|
2068
2077
|
* Hides the Edit Form when the chart is moved with pan
|