@balkangraph/orgchart.js 8.15.27 → 8.15.29

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 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
@@ -2672,11 +2681,15 @@ declare namespace OrgChart {
2672
2681
 
2673
2682
 
2674
2683
  interface aiUI {
2684
+ /**
2685
+ * Prompt text box
2686
+ */
2687
+ inputElement: HTMLInputElement;
2675
2688
  /**
2676
2689
  * Inits ai ui
2677
2690
  * @param obj
2678
2691
  */
2679
- init(obj: OrgChart): void;
2692
+ init(obj: OrgChart): void;
2680
2693
  /**
2681
2694
  * Shows the ai form
2682
2695
  * @param dontFocus if true the imput will not be focused