@gooddata/api-client-tiger 11.54.0-alpha.1 → 11.54.0-alpha.3

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.
@@ -1314,30 +1314,6 @@ export interface DeclarativeAgent {
1314
1314
  }
1315
1315
  export type DeclarativeAgentCustomSkillsEnum = 'alert' | 'anomaly_detection' | 'clustering' | 'forecasting' | 'key_driver_analysis' | 'metric' | 'schedule_export' | 'visualization' | 'visualization_summary' | 'dashboard_summary' | 'what_if_analysis' | 'knowledge';
1316
1316
  export type DeclarativeAgentSkillsModeEnum = 'all' | 'custom';
1317
- /**
1318
- * Rule that an agent follows when answering.
1319
- * @export
1320
- * @interface Instruction
1321
- */
1322
- export interface Instruction {
1323
- /**
1324
- * The rule the agent follows when answering
1325
- */
1326
- 'content': string;
1327
- /**
1328
- * Whether the instruction is disabled
1329
- */
1330
- 'isDisabled'?: boolean | null;
1331
- /**
1332
- * When an instruction is applied to a request
1333
- */
1334
- 'strategy': InstructionStrategyEnum;
1335
- /**
1336
- * Short name shown in the agent builder.
1337
- */
1338
- 'title'?: string | null;
1339
- }
1340
- export type InstructionStrategyEnum = 'ALWAYS' | 'AUTO';
1341
1317
  /**
1342
1318
  * AI agent configurations.
1343
1319
  */
@@ -3733,6 +3709,28 @@ export interface InlineMeasureDefinitionInline {
3733
3709
  */
3734
3710
  'maql': string;
3735
3711
  }
3712
+ /**
3713
+ * Rule that an agent follows when answering.
3714
+ */
3715
+ export interface Instruction {
3716
+ /**
3717
+ * The rule the agent follows when answering
3718
+ */
3719
+ 'content': string;
3720
+ /**
3721
+ * Whether the instruction is disabled
3722
+ */
3723
+ 'isDisabled'?: boolean | null;
3724
+ /**
3725
+ * When an instruction is applied to a request
3726
+ */
3727
+ 'strategy': InstructionStrategyEnum;
3728
+ /**
3729
+ * Short name shown in the agent builder.
3730
+ */
3731
+ 'title'?: string | null;
3732
+ }
3733
+ export type InstructionStrategyEnum = 'ALWAYS' | 'AUTO';
3736
3734
  /**
3737
3735
  * Settings for intro slide.
3738
3736
  */
@@ -3787,8 +3785,6 @@ export type JsonApiAgentInAttributesCustomSkillsEnum = 'alert' | 'anomaly_detect
3787
3785
  export type JsonApiAgentInAttributesSkillsModeEnum = 'all' | 'custom';
3788
3786
  /**
3789
3787
  * Rule that an agent follows when answering.
3790
- * @export
3791
- * @interface JsonApiAgentInAttributesInstructionsInner
3792
3788
  */
3793
3789
  export interface JsonApiAgentInAttributesInstructionsInner {
3794
3790
  /**
@@ -3858,8 +3854,6 @@ export type JsonApiAgentOutAttributesCustomSkillsEnum = 'alert' | 'anomaly_detec
3858
3854
  export type JsonApiAgentOutAttributesSkillsModeEnum = 'all' | 'custom';
3859
3855
  /**
3860
3856
  * Rule that an agent follows when answering.
3861
- * @export
3862
- * @interface JsonApiAgentOutAttributesInstructionsInner
3863
3857
  */
3864
3858
  export interface JsonApiAgentOutAttributesInstructionsInner {
3865
3859
  /**
@@ -3973,8 +3967,6 @@ export type JsonApiAgentPatchAttributesCustomSkillsEnum = 'alert' | 'anomaly_det
3973
3967
  export type JsonApiAgentPatchAttributesSkillsModeEnum = 'all' | 'custom';
3974
3968
  /**
3975
3969
  * Rule that an agent follows when answering.
3976
- * @export
3977
- * @interface JsonApiAgentPatchAttributesInstructionsInner
3978
3970
  */
3979
3971
  export interface JsonApiAgentPatchAttributesInstructionsInner {
3980
3972
  /**