@memberjunction/ng-core-entity-forms 3.2.0 → 3.4.0

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.
Files changed (170) hide show
  1. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +16 -17
  2. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
  3. package/dist/lib/custom/Actions/action-form.component.d.ts.map +1 -1
  4. package/dist/lib/custom/Actions/action-form.component.js +16 -30
  5. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  6. package/dist/lib/custom/EntityActions/entityaction.form.component.js +9 -10
  7. package/dist/lib/custom/EntityActions/entityaction.form.component.js.map +1 -1
  8. package/dist/lib/custom/Queries/query-form.component.js +7 -7
  9. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  10. package/dist/lib/custom/Templates/templates-form.component.js +195 -112
  11. package/dist/lib/custom/Templates/templates-form.component.js.map +1 -1
  12. package/dist/lib/custom/Tests/test-form.component.d.ts +4 -1
  13. package/dist/lib/custom/Tests/test-form.component.d.ts.map +1 -1
  14. package/dist/lib/custom/Tests/test-form.component.js +401 -380
  15. package/dist/lib/custom/Tests/test-form.component.js.map +1 -1
  16. package/dist/lib/custom/Tests/test-suite-form.component.d.ts +4 -1
  17. package/dist/lib/custom/Tests/test-suite-form.component.d.ts.map +1 -1
  18. package/dist/lib/custom/Tests/test-suite-form.component.js +539 -518
  19. package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
  20. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts +4 -1
  21. package/dist/lib/custom/Tests/test-suite-run-form.component.d.ts.map +1 -1
  22. package/dist/lib/custom/Tests/test-suite-run-form.component.js +535 -518
  23. package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
  24. package/dist/lib/custom/custom-forms.module.d.ts +48 -52
  25. package/dist/lib/custom/custom-forms.module.d.ts.map +1 -1
  26. package/dist/lib/custom/custom-forms.module.js +11 -25
  27. package/dist/lib/custom/custom-forms.module.js.map +1 -1
  28. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.d.ts.map +1 -1
  29. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +141 -113
  30. package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
  31. package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js +28 -14
  32. package/dist/lib/generated/Entities/AIAgentExample/aiagentexample.form.component.js.map +1 -1
  33. package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js +26 -12
  34. package/dist/lib/generated/Entities/AIAgentNote/aiagentnote.form.component.js.map +1 -1
  35. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.d.ts.map +1 -1
  36. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +67 -47
  37. package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
  38. package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.d.ts.map +1 -1
  39. package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js +18 -24
  40. package/dist/lib/generated/Entities/AIAgentRunStep/aiagentrunstep.form.component.js.map +1 -1
  41. package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.d.ts.map +1 -1
  42. package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js +11 -17
  43. package/dist/lib/generated/Entities/AIResultCache/airesultcache.form.component.js.map +1 -1
  44. package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.d.ts +11 -0
  45. package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.d.ts.map +1 -0
  46. package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.js +120 -0
  47. package/dist/lib/generated/Entities/APIApplication/apiapplication.form.component.js.map +1 -0
  48. package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.d.ts +11 -0
  49. package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.d.ts.map +1 -0
  50. package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.js +75 -0
  51. package/dist/lib/generated/Entities/APIApplicationScope/apiapplicationscope.form.component.js.map +1 -0
  52. package/dist/lib/generated/Entities/APIKey/apikey.form.component.d.ts.map +1 -1
  53. package/dist/lib/generated/Entities/APIKey/apikey.form.component.js +25 -7
  54. package/dist/lib/generated/Entities/APIKey/apikey.form.component.js.map +1 -1
  55. package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.d.ts +11 -0
  56. package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.d.ts.map +1 -0
  57. package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.js +61 -0
  58. package/dist/lib/generated/Entities/APIKeyApplication/apikeyapplication.form.component.js.map +1 -0
  59. package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js +17 -9
  60. package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js.map +1 -1
  61. package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js +19 -7
  62. package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js.map +1 -1
  63. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.d.ts.map +1 -1
  64. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js +67 -11
  65. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js.map +1 -1
  66. package/dist/lib/generated/Entities/Action/action.form.component.d.ts.map +1 -1
  67. package/dist/lib/generated/Entities/Action/action.form.component.js +44 -26
  68. package/dist/lib/generated/Entities/Action/action.form.component.js.map +1 -1
  69. package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.d.ts.map +1 -1
  70. package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js +23 -5
  71. package/dist/lib/generated/Entities/ActionCategory/actioncategory.form.component.js.map +1 -1
  72. package/dist/lib/generated/Entities/Company/company.form.component.d.ts.map +1 -1
  73. package/dist/lib/generated/Entities/Company/company.form.component.js +28 -10
  74. package/dist/lib/generated/Entities/Company/company.form.component.js.map +1 -1
  75. package/dist/lib/generated/Entities/Conversation/conversation.form.component.js +3 -3
  76. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js +3 -3
  77. package/dist/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.js.map +1 -1
  78. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js +3 -3
  79. package/dist/lib/generated/Entities/ConversationDetailRating/conversationdetailrating.form.component.js.map +1 -1
  80. package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts.map +1 -1
  81. package/dist/lib/generated/Entities/Credential/credential.form.component.js +23 -5
  82. package/dist/lib/generated/Entities/Credential/credential.form.component.js.map +1 -1
  83. package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.d.ts.map +1 -1
  84. package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js +23 -5
  85. package/dist/lib/generated/Entities/CredentialType/credentialtype.form.component.js.map +1 -1
  86. package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.d.ts.map +1 -1
  87. package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js +14 -20
  88. package/dist/lib/generated/Entities/DuplicateRunDetail/duplicaterundetail.form.component.js.map +1 -1
  89. package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.d.ts.map +1 -1
  90. package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js +9 -15
  91. package/dist/lib/generated/Entities/EmployeeCompanyIntegration/employeecompanyintegration.form.component.js.map +1 -1
  92. package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js +3 -3
  93. package/dist/lib/generated/Entities/EmployeeRole/employeerole.form.component.js.map +1 -1
  94. package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.d.ts.map +1 -1
  95. package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js +6 -12
  96. package/dist/lib/generated/Entities/EmployeeSkill/employeeskill.form.component.js.map +1 -1
  97. package/dist/lib/generated/Entities/Entity/entity.form.component.d.ts.map +1 -1
  98. package/dist/lib/generated/Entities/Entity/entity.form.component.js +110 -56
  99. package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
  100. package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.d.ts.map +1 -1
  101. package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js +5 -11
  102. package/dist/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.js.map +1 -1
  103. package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.d.ts.map +1 -1
  104. package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js +8 -14
  105. package/dist/lib/generated/Entities/EntityActionInvocation/entityactioninvocation.form.component.js.map +1 -1
  106. package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.d.ts.map +1 -1
  107. package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js +6 -12
  108. package/dist/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.js.map +1 -1
  109. package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.d.ts.map +1 -1
  110. package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js +6 -12
  111. package/dist/lib/generated/Entities/EntityCommunicationField/entitycommunicationfield.form.component.js.map +1 -1
  112. package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.d.ts.map +1 -1
  113. package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js +11 -17
  114. package/dist/lib/generated/Entities/ErrorLog/errorlog.form.component.js.map +1 -1
  115. package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.d.ts +11 -0
  116. package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.d.ts.map +1 -0
  117. package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.js +142 -0
  118. package/dist/lib/generated/Entities/MCPServer/mcpserver.form.component.js.map +1 -0
  119. package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.d.ts +11 -0
  120. package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.d.ts.map +1 -0
  121. package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.js +158 -0
  122. package/dist/lib/generated/Entities/MCPServerConnection/mcpserverconnection.form.component.js.map +1 -0
  123. package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.d.ts +11 -0
  124. package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.d.ts.map +1 -0
  125. package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.js +77 -0
  126. package/dist/lib/generated/Entities/MCPServerConnectionPermission/mcpserverconnectionpermission.form.component.js.map +1 -0
  127. package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.d.ts +11 -0
  128. package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.d.ts.map +1 -0
  129. package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.js +73 -0
  130. package/dist/lib/generated/Entities/MCPServerConnectionTool/mcpserverconnectiontool.form.component.js.map +1 -0
  131. package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.d.ts +11 -0
  132. package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.d.ts.map +1 -0
  133. package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.js +132 -0
  134. package/dist/lib/generated/Entities/MCPServerTool/mcpservertool.form.component.js.map +1 -0
  135. package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.d.ts +11 -0
  136. package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.d.ts.map +1 -0
  137. package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.js +101 -0
  138. package/dist/lib/generated/Entities/MCPToolExecutionLog/mcptoolexecutionlog.form.component.js.map +1 -0
  139. package/dist/lib/generated/Entities/Role/role.form.component.d.ts.map +1 -1
  140. package/dist/lib/generated/Entities/Role/role.form.component.js +30 -12
  141. package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
  142. package/dist/lib/generated/Entities/Task/task.form.component.d.ts.map +1 -1
  143. package/dist/lib/generated/Entities/Task/task.form.component.js +26 -32
  144. package/dist/lib/generated/Entities/Task/task.form.component.js.map +1 -1
  145. package/dist/lib/generated/Entities/User/user.form.component.d.ts.map +1 -1
  146. package/dist/lib/generated/Entities/User/user.form.component.js +182 -146
  147. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  148. package/dist/lib/generated/generated-forms.module.d.ts +142 -128
  149. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  150. package/dist/lib/generated/generated-forms.module.js +194 -101
  151. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  152. package/dist/public-api.js +1 -0
  153. package/dist/public-api.js.map +1 -1
  154. package/package.json +30 -30
  155. package/dist/lib/custom/Actions/action-param-dialog.component.d.ts +0 -32
  156. package/dist/lib/custom/Actions/action-param-dialog.component.d.ts.map +0 -1
  157. package/dist/lib/custom/Actions/action-param-dialog.component.js +0 -321
  158. package/dist/lib/custom/Actions/action-param-dialog.component.js.map +0 -1
  159. package/dist/lib/custom/Actions/action-result-code-dialog.component.d.ts +0 -20
  160. package/dist/lib/custom/Actions/action-result-code-dialog.component.d.ts.map +0 -1
  161. package/dist/lib/custom/Actions/action-result-code-dialog.component.js +0 -127
  162. package/dist/lib/custom/Actions/action-result-code-dialog.component.js.map +0 -1
  163. package/dist/lib/custom/Actions/action-test-harness-dialog.component.d.ts +0 -15
  164. package/dist/lib/custom/Actions/action-test-harness-dialog.component.d.ts.map +0 -1
  165. package/dist/lib/custom/Actions/action-test-harness-dialog.component.js +0 -96
  166. package/dist/lib/custom/Actions/action-test-harness-dialog.component.js.map +0 -1
  167. package/dist/lib/custom/Actions/action-test-harness.component.d.ts +0 -50
  168. package/dist/lib/custom/Actions/action-test-harness.component.d.ts.map +0 -1
  169. package/dist/lib/custom/Actions/action-test-harness.component.js +0 -710
  170. package/dist/lib/custom/Actions/action-test-harness.component.js.map +0 -1
@@ -11,220 +11,220 @@ import * as i0 from "@angular/core";
11
11
  import * as i1 from "@angular/common";
12
12
  import * as i2 from "@memberjunction/ng-base-forms";
13
13
  import * as i3 from "@memberjunction/ng-form-toolbar";
14
- function AIAgentFormComponent_div_71_Template(rf, ctx) { if (rf & 1) {
14
+ function AIAgentFormComponent_div_79_Template(rf, ctx) { if (rf & 1) {
15
15
  const _r1 = i0.ɵɵgetCurrentView();
16
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
17
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_71_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentActions", $event.totalRowCount)); });
16
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
17
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_79_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentActions", $event.totalRowCount)); });
18
18
  i0.ɵɵelementEnd()();
19
19
  } if (rf & 2) {
20
20
  const ctx_r1 = i0.ɵɵnextContext();
21
21
  i0.ɵɵadvance();
22
22
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Actions", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Actions"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentActions"))("ShowToolbar", false);
23
23
  } }
24
- function AIAgentFormComponent_div_73_Template(rf, ctx) { if (rf & 1) {
24
+ function AIAgentFormComponent_div_81_Template(rf, ctx) { if (rf & 1) {
25
25
  const _r3 = i0.ɵɵgetCurrentView();
26
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
27
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_73_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentLearningCycles", $event.totalRowCount)); });
26
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
27
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_81_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentLearningCycles", $event.totalRowCount)); });
28
28
  i0.ɵɵelementEnd()();
29
29
  } if (rf & 2) {
30
30
  const ctx_r1 = i0.ɵɵnextContext();
31
31
  i0.ɵɵadvance();
32
32
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Learning Cycles", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Learning Cycles"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentLearningCycles"))("ShowToolbar", false);
33
33
  } }
34
- function AIAgentFormComponent_div_75_Template(rf, ctx) { if (rf & 1) {
34
+ function AIAgentFormComponent_div_83_Template(rf, ctx) { if (rf & 1) {
35
35
  const _r4 = i0.ɵɵgetCurrentView();
36
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
37
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_75_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentModels", $event.totalRowCount)); });
36
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
37
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_83_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentModels", $event.totalRowCount)); });
38
38
  i0.ɵɵelementEnd()();
39
39
  } if (rf & 2) {
40
40
  const ctx_r1 = i0.ɵɵnextContext();
41
41
  i0.ɵɵadvance();
42
42
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Models", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Models"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentModels"))("ShowToolbar", false);
43
43
  } }
44
- function AIAgentFormComponent_div_77_Template(rf, ctx) { if (rf & 1) {
44
+ function AIAgentFormComponent_div_85_Template(rf, ctx) { if (rf & 1) {
45
45
  const _r5 = i0.ɵɵgetCurrentView();
46
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
47
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_77_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
46
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
47
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_85_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentRequests", $event.totalRowCount)); });
48
48
  i0.ɵɵelementEnd()();
49
49
  } if (rf & 2) {
50
50
  const ctx_r1 = i0.ɵɵnextContext();
51
51
  i0.ɵɵadvance();
52
52
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Requests", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Requests"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentRequests"))("ShowToolbar", false);
53
53
  } }
54
- function AIAgentFormComponent_div_79_Template(rf, ctx) { if (rf & 1) {
54
+ function AIAgentFormComponent_div_87_Template(rf, ctx) { if (rf & 1) {
55
55
  const _r6 = i0.ɵɵgetCurrentView();
56
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
57
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_79_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentArtifactTypes", $event.totalRowCount)); });
56
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
57
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_87_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentArtifactTypes", $event.totalRowCount)); });
58
58
  i0.ɵɵelementEnd()();
59
59
  } if (rf & 2) {
60
60
  const ctx_r1 = i0.ɵɵnextContext();
61
61
  i0.ɵɵadvance();
62
62
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Artifact Types", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Artifact Types"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentArtifactTypes"))("ShowToolbar", false);
63
63
  } }
64
- function AIAgentFormComponent_div_81_Template(rf, ctx) { if (rf & 1) {
64
+ function AIAgentFormComponent_div_89_Template(rf, ctx) { if (rf & 1) {
65
65
  const _r7 = i0.ɵɵgetCurrentView();
66
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
67
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_81_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentDataSources", $event.totalRowCount)); });
66
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
67
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_89_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentDataSources", $event.totalRowCount)); });
68
68
  i0.ɵɵelementEnd()();
69
69
  } if (rf & 2) {
70
70
  const ctx_r1 = i0.ɵɵnextContext();
71
71
  i0.ɵɵadvance();
72
72
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Data Sources", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Data Sources"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentDataSources"))("ShowToolbar", false);
73
73
  } }
74
- function AIAgentFormComponent_div_83_Template(rf, ctx) { if (rf & 1) {
74
+ function AIAgentFormComponent_div_91_Template(rf, ctx) { if (rf & 1) {
75
75
  const _r8 = i0.ɵɵgetCurrentView();
76
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
77
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_83_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentModalities", $event.totalRowCount)); });
76
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
77
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_91_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentModalities", $event.totalRowCount)); });
78
78
  i0.ɵɵelementEnd()();
79
79
  } if (rf & 2) {
80
80
  const ctx_r1 = i0.ɵɵnextContext();
81
81
  i0.ɵɵadvance();
82
82
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Modalities", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Modalities"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentModalities"))("ShowToolbar", false);
83
83
  } }
84
- function AIAgentFormComponent_div_85_Template(rf, ctx) { if (rf & 1) {
84
+ function AIAgentFormComponent_div_93_Template(rf, ctx) { if (rf & 1) {
85
85
  const _r9 = i0.ɵɵgetCurrentView();
86
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
87
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_85_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentPermissions", $event.totalRowCount)); });
86
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
87
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_93_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentPermissions", $event.totalRowCount)); });
88
88
  i0.ɵɵelementEnd()();
89
89
  } if (rf & 2) {
90
90
  const ctx_r1 = i0.ɵɵnextContext();
91
91
  i0.ɵɵadvance();
92
92
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Permissions", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Permissions"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentPermissions"))("ShowToolbar", false);
93
93
  } }
94
- function AIAgentFormComponent_div_87_Template(rf, ctx) { if (rf & 1) {
94
+ function AIAgentFormComponent_div_95_Template(rf, ctx) { if (rf & 1) {
95
95
  const _r10 = i0.ɵɵgetCurrentView();
96
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
97
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_87_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRelationships", $event.totalRowCount)); });
96
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
97
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_95_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRelationships", $event.totalRowCount)); });
98
98
  i0.ɵɵelementEnd()();
99
99
  } if (rf & 2) {
100
100
  const ctx_r1 = i0.ɵɵnextContext();
101
101
  i0.ɵɵadvance();
102
102
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Relationships", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Relationships"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentRelationships"))("ShowToolbar", false);
103
103
  } }
104
- function AIAgentFormComponent_div_89_Template(rf, ctx) { if (rf & 1) {
104
+ function AIAgentFormComponent_div_97_Template(rf, ctx) { if (rf & 1) {
105
105
  const _r11 = i0.ɵɵgetCurrentView();
106
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
107
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_89_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentSteps", $event.totalRowCount)); });
106
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
107
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_97_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentSteps", $event.totalRowCount)); });
108
108
  i0.ɵɵelementEnd()();
109
109
  } if (rf & 2) {
110
110
  const ctx_r1 = i0.ɵɵnextContext();
111
111
  i0.ɵɵadvance();
112
112
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Steps", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Steps"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentSteps"))("ShowToolbar", false);
113
113
  } }
114
- function AIAgentFormComponent_div_91_Template(rf, ctx) { if (rf & 1) {
114
+ function AIAgentFormComponent_div_99_Template(rf, ctx) { if (rf & 1) {
115
115
  const _r12 = i0.ɵɵgetCurrentView();
116
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
117
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_91_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentNotes", $event.totalRowCount)); });
116
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
117
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_99_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgentNotes", $event.totalRowCount)); });
118
118
  i0.ɵɵelementEnd()();
119
119
  } if (rf & 2) {
120
120
  const ctx_r1 = i0.ɵɵnextContext();
121
121
  i0.ɵɵadvance();
122
122
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Agent Notes", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Agent Notes"))("AllowLoad", ctx_r1.IsSectionExpanded("aIAgentNotes"))("ShowToolbar", false);
123
123
  } }
124
- function AIAgentFormComponent_div_93_Template(rf, ctx) { if (rf & 1) {
124
+ function AIAgentFormComponent_div_101_Template(rf, ctx) { if (rf & 1) {
125
125
  const _r13 = i0.ɵɵgetCurrentView();
126
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
127
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_93_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentConfigurations", $event.totalRowCount)); });
126
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
127
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_101_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentConfigurations", $event.totalRowCount)); });
128
128
  i0.ɵɵelementEnd()();
129
129
  } if (rf & 2) {
130
130
  const ctx_r1 = i0.ɵɵnextContext();
131
131
  i0.ɵɵadvance();
132
132
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Configurations", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Configurations"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentConfigurations"))("ShowToolbar", false);
133
133
  } }
134
- function AIAgentFormComponent_div_95_Template(rf, ctx) { if (rf & 1) {
134
+ function AIAgentFormComponent_div_103_Template(rf, ctx) { if (rf & 1) {
135
135
  const _r14 = i0.ɵɵgetCurrentView();
136
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
137
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_95_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentExamples", $event.totalRowCount)); });
136
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
137
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_103_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentExamples", $event.totalRowCount)); });
138
138
  i0.ɵɵelementEnd()();
139
139
  } if (rf & 2) {
140
140
  const ctx_r1 = i0.ɵɵnextContext();
141
141
  i0.ɵɵadvance();
142
142
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Examples", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Examples"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentExamples"))("ShowToolbar", false);
143
143
  } }
144
- function AIAgentFormComponent_div_97_Template(rf, ctx) { if (rf & 1) {
144
+ function AIAgentFormComponent_div_105_Template(rf, ctx) { if (rf & 1) {
145
145
  const _r15 = i0.ɵɵgetCurrentView();
146
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
147
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_97_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentPrompts", $event.totalRowCount)); });
146
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
147
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_105_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r15); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentPrompts", $event.totalRowCount)); });
148
148
  i0.ɵɵelementEnd()();
149
149
  } if (rf & 2) {
150
150
  const ctx_r1 = i0.ɵɵnextContext();
151
151
  i0.ɵɵadvance();
152
152
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Prompts", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Prompts"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentPrompts"))("ShowToolbar", false);
153
153
  } }
154
- function AIAgentFormComponent_div_99_Template(rf, ctx) { if (rf & 1) {
154
+ function AIAgentFormComponent_div_107_Template(rf, ctx) { if (rf & 1) {
155
155
  const _r16 = i0.ɵɵgetCurrentView();
156
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
157
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_99_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRelationships", $event.totalRowCount)); });
156
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
157
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_107_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRelationships", $event.totalRowCount)); });
158
158
  i0.ɵɵelementEnd()();
159
159
  } if (rf & 2) {
160
160
  const ctx_r1 = i0.ɵɵnextContext();
161
161
  i0.ɵɵadvance();
162
162
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Relationships", "SubAgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Relationships"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentRelationships"))("ShowToolbar", false);
163
163
  } }
164
- function AIAgentFormComponent_div_101_Template(rf, ctx) { if (rf & 1) {
164
+ function AIAgentFormComponent_div_109_Template(rf, ctx) { if (rf & 1) {
165
165
  const _r17 = i0.ɵɵgetCurrentView();
166
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
167
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_101_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRuns", $event.totalRowCount)); });
166
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
167
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_109_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentRuns", $event.totalRowCount)); });
168
168
  i0.ɵɵelementEnd()();
169
169
  } if (rf & 2) {
170
170
  const ctx_r1 = i0.ɵɵnextContext();
171
171
  i0.ɵɵadvance();
172
172
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Runs", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentRuns"))("ShowToolbar", false);
173
173
  } }
174
- function AIAgentFormComponent_div_103_Template(rf, ctx) { if (rf & 1) {
174
+ function AIAgentFormComponent_div_111_Template(rf, ctx) { if (rf & 1) {
175
175
  const _r18 = i0.ɵɵgetCurrentView();
176
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
177
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_103_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentSteps", $event.totalRowCount)); });
176
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
177
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_111_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIAgentSteps", $event.totalRowCount)); });
178
178
  i0.ɵɵelementEnd()();
179
179
  } if (rf & 2) {
180
180
  const ctx_r1 = i0.ɵɵnextContext();
181
181
  i0.ɵɵadvance();
182
182
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Agent Steps", "SubAgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Steps"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIAgentSteps"))("ShowToolbar", false);
183
183
  } }
184
- function AIAgentFormComponent_div_105_Template(rf, ctx) { if (rf & 1) {
184
+ function AIAgentFormComponent_div_113_Template(rf, ctx) { if (rf & 1) {
185
185
  const _r19 = i0.ɵɵgetCurrentView();
186
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
187
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_105_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTasks", $event.totalRowCount)); });
186
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
187
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_113_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJTasks", $event.totalRowCount)); });
188
188
  i0.ɵɵelementEnd()();
189
189
  } if (rf & 2) {
190
190
  const ctx_r1 = i0.ɵɵnextContext();
191
191
  i0.ɵɵadvance();
192
192
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJTasks"))("ShowToolbar", false);
193
193
  } }
194
- function AIAgentFormComponent_div_107_Template(rf, ctx) { if (rf & 1) {
194
+ function AIAgentFormComponent_div_115_Template(rf, ctx) { if (rf & 1) {
195
195
  const _r20 = i0.ɵɵgetCurrentView();
196
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
197
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_107_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIResultCache", $event.totalRowCount)); });
196
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
197
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_115_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIResultCache", $event.totalRowCount)); });
198
198
  i0.ɵɵelementEnd()();
199
199
  } if (rf & 2) {
200
200
  const ctx_r1 = i0.ɵɵnextContext();
201
201
  i0.ɵɵadvance();
202
202
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("AI Result Cache", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("AI Result Cache"))("AllowLoad", ctx_r1.IsSectionExpanded("aIResultCache"))("ShowToolbar", false);
203
203
  } }
204
- function AIAgentFormComponent_div_109_Template(rf, ctx) { if (rf & 1) {
204
+ function AIAgentFormComponent_div_117_Template(rf, ctx) { if (rf & 1) {
205
205
  const _r21 = i0.ɵɵgetCurrentView();
206
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
207
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_109_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIPromptRuns", $event.totalRowCount)); });
206
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
207
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_117_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJAIPromptRuns", $event.totalRowCount)); });
208
208
  i0.ɵɵelementEnd()();
209
209
  } if (rf & 2) {
210
210
  const ctx_r1 = i0.ɵɵnextContext();
211
211
  i0.ɵɵadvance();
212
212
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: AI Prompt Runs", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Prompt Runs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJAIPromptRuns"))("ShowToolbar", false);
213
213
  } }
214
- function AIAgentFormComponent_div_111_Template(rf, ctx) { if (rf & 1) {
214
+ function AIAgentFormComponent_div_119_Template(rf, ctx) { if (rf & 1) {
215
215
  const _r22 = i0.ɵɵgetCurrentView();
216
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
217
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_111_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversationDetails", $event.totalRowCount)); });
216
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
217
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_119_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("conversationDetails", $event.totalRowCount)); });
218
218
  i0.ɵɵelementEnd()();
219
219
  } if (rf & 2) {
220
220
  const ctx_r1 = i0.ɵɵnextContext();
221
221
  i0.ɵɵadvance();
222
222
  i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Conversation Details", "AgentID"))("NewRecordValues", ctx_r1.NewRecordValues("Conversation Details"))("AllowLoad", ctx_r1.IsSectionExpanded("conversationDetails"))("ShowToolbar", false);
223
223
  } }
224
- function AIAgentFormComponent_div_113_Template(rf, ctx) { if (rf & 1) {
224
+ function AIAgentFormComponent_div_121_Template(rf, ctx) { if (rf & 1) {
225
225
  const _r23 = i0.ɵɵgetCurrentView();
226
- i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 91);
227
- i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_113_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgents", $event.totalRowCount)); });
226
+ i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 99);
227
+ i0.ɵɵlistener("AfterDataLoad", function AIAgentFormComponent_div_121_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("aIAgents", $event.totalRowCount)); });
228
228
  i0.ɵɵelementEnd()();
229
229
  } if (rf & 2) {
230
230
  const ctx_r1 = i0.ɵɵnextContext();
@@ -241,6 +241,9 @@ let AIAgentFormComponent = class AIAgentFormComponent extends BaseFormComponent
241
241
  { sectionKey: 'payloadDataFlow', sectionName: 'Payload & Data Flow', isExpanded: false },
242
242
  { sectionKey: 'runtimeLimitsExecutionSettings', sectionName: 'Runtime Limits & Execution Settings', isExpanded: false },
243
243
  { sectionKey: 'attachmentStorage', sectionName: 'Attachment Storage', isExpanded: false },
244
+ { sectionKey: 'scopeConfiguration', sectionName: 'Scope Configuration', isExpanded: false },
245
+ { sectionKey: 'retentionArchiving', sectionName: 'Retention & Archiving', isExpanded: false },
246
+ { sectionKey: 'retrievalRanking', sectionName: 'Retrieval & Ranking', isExpanded: false },
244
247
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
245
248
  { sectionKey: 'aIAgentActions', sectionName: 'AIAgent Actions', isExpanded: false },
246
249
  { sectionKey: 'aIAgentLearningCycles', sectionName: 'AIAgent Learning Cycles', isExpanded: false },
@@ -267,7 +270,7 @@ let AIAgentFormComponent = class AIAgentFormComponent extends BaseFormComponent
267
270
  ]);
268
271
  }
269
272
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAIAgentFormComponent_BaseFactory; return function AIAgentFormComponent_Factory(__ngFactoryType__) { return (ɵAIAgentFormComponent_BaseFactory || (ɵAIAgentFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AIAgentFormComponent)))(__ngFactoryType__ || AIAgentFormComponent); }; })(); }
270
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentFormComponent, selectors: [["gen-aiagent-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 114, vars: 374, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "agentIdentityPresentation", "sectionName", "Agent Identity & Presentation", "icon", "fa fa-id-card", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LogoURL", "Type", "textarea", "LinkType", "URL", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "TypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DriverClass", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IconClass", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ModelSelectionMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultArtifactTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "OwnerUserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ArtifactCreationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FunctionalRequirements", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "TechnicalDesign", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsRestricted", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AgentTypePromptParams", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Type", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultArtifactType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "OwnerUser", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "hierarchyInvocation", "sectionName", "Hierarchy & Invocation", "icon", "fa fa-sitemap", 3, "form", "formContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ExposeAsAction", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ExecutionOrder", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ExecutionMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "InvocationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "contextCompression", "sectionName", "Context Compression", "icon", "fa fa-compress", 3, "form", "formContext"], ["FieldName", "EnableContextCompression", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContextCompressionMessageThreshold", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContextCompressionPromptID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContextCompressionMessageRetentionCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContextCompressionPrompt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "payloadDataFlow", "sectionName", "Payload & Data Flow", "icon", "fa fa-exchange-alt", 3, "form", "formContext"], ["FieldName", "PayloadDownstreamPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PayloadUpstreamPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PayloadSelfReadPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PayloadSelfWritePaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PayloadScope", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FinalPayloadValidation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FinalPayloadValidationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FinalPayloadValidationMaxRetries", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "StartingPayloadValidation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "StartingPayloadValidationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "InjectNotes", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxNotesToInject", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "NoteInjectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "InjectExamples", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxExamplesToInject", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ExampleInjectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "runtimeLimitsExecutionSettings", "sectionName", "Runtime Limits & Execution Settings", "icon", "fa fa-tachometer-alt", 3, "form", "formContext"], ["FieldName", "MaxCostPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxTokensPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxIterationsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxTimePerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MinExecutionsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxExecutionsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultPromptEffortLevel", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ChatHandlingOption", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MessageMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxMessages", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "attachmentStorage", "sectionName", "Attachment Storage", "icon", "fa fa-paperclip", 3, "form", "formContext"], ["FieldName", "AttachmentStorageProviderID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AttachmentRootPath", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "InlineStorageThresholdBytes", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AttachmentStorageProvider", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "aIAgentActions", "sectionName", "AIAgent Actions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "aIAgentLearningCycles", "sectionName", "AIAgent Learning Cycles", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentModels", "sectionName", "AIAgent Models", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentRequests", "sectionName", "AI Agent Requests", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentArtifactTypes", "sectionName", "MJ: AI Agent Artifact Types", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentDataSources", "sectionName", "MJ: AI Agent Data Sources", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentModalities", "sectionName", "MJ: AI Agent Modalities", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentPermissions", "sectionName", "MJ: AI Agent Permissions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentRelationships", "sectionName", "MJ: AI Agent Relationships", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentSteps", "sectionName", "MJ: AI Agent Steps", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentNotes", "sectionName", "AIAgent Notes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentConfigurations", "sectionName", "MJ: AI Agent Configurations", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentExamples", "sectionName", "MJ: AI Agent Examples", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentPrompts", "sectionName", "MJ: AI Agent Prompts", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentRuns", "sectionName", "MJ: AI Agent Runs", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTasks", "sectionName", "MJ: Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIResultCache", "sectionName", "AI Result Cache", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIPromptRuns", "sectionName", "MJ: AI Prompt Runs", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "conversationDetails", "sectionName", "Conversation Details", "icon", "fa fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgents", "sectionName", "AI Agents", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function AIAgentFormComponent_Template(rf, ctx) { if (rf & 1) {
273
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AIAgentFormComponent, selectors: [["gen-aiagent-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 122, vars: 400, consts: [[3, "record", "formComponent"], ["slot", "field-panels", "sectionKey", "agentIdentityPresentation", "sectionName", "Agent Identity & Presentation", "icon", "fa fa-id-card", 3, "form", "formContext"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "LogoURL", "Type", "textarea", "LinkType", "URL", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "TypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DriverClass", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IconClass", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ModelSelectionMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultArtifactTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "OwnerUserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ArtifactCreationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FunctionalRequirements", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "TechnicalDesign", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "IsRestricted", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AgentTypePromptParams", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Type", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultArtifactType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "OwnerUser", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "hierarchyInvocation", "sectionName", "Hierarchy & Invocation", "icon", "fa fa-sitemap", 3, "form", "formContext"], ["FieldName", "ParentID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ExposeAsAction", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ExecutionOrder", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ExecutionMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "InvocationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "Parent", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "RootParentID", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "contextCompression", "sectionName", "Context Compression", "icon", "fa fa-compress", 3, "form", "formContext"], ["FieldName", "EnableContextCompression", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContextCompressionMessageThreshold", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContextCompressionPromptID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContextCompressionMessageRetentionCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ContextCompressionPrompt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "payloadDataFlow", "sectionName", "Payload & Data Flow", "icon", "fa fa-exchange-alt", 3, "form", "formContext"], ["FieldName", "PayloadDownstreamPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PayloadUpstreamPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PayloadSelfReadPaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PayloadSelfWritePaths", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "PayloadScope", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FinalPayloadValidation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FinalPayloadValidationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "FinalPayloadValidationMaxRetries", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "StartingPayloadValidation", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "StartingPayloadValidationMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "InjectNotes", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxNotesToInject", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "NoteInjectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "InjectExamples", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxExamplesToInject", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ExampleInjectionStrategy", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "runtimeLimitsExecutionSettings", "sectionName", "Runtime Limits & Execution Settings", "icon", "fa fa-tachometer-alt", 3, "form", "formContext"], ["FieldName", "MaxCostPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxTokensPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxIterationsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxTimePerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MinExecutionsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxExecutionsPerRun", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "DefaultPromptEffortLevel", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ChatHandlingOption", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MessageMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "MaxMessages", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "attachmentStorage", "sectionName", "Attachment Storage", "icon", "fa fa-paperclip", 3, "form", "formContext"], ["FieldName", "AttachmentStorageProviderID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AttachmentRootPath", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "InlineStorageThresholdBytes", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AttachmentStorageProvider", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "scopeConfiguration", "sectionName", "Scope Configuration", "icon", "fa fa-sliders-h", 3, "form", "formContext"], ["FieldName", "ScopeConfig", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "retentionArchiving", "sectionName", "Retention & Archiving", "icon", "fa fa-archive", 3, "form", "formContext"], ["FieldName", "NoteRetentionDays", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "ExampleRetentionDays", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "AutoArchiveEnabled", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "retrievalRanking", "sectionName", "Retrieval & Ranking", "icon", "fa fa-search", 3, "form", "formContext"], ["FieldName", "RerankerConfiguration", "Type", "textarea", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "field-panels", "sectionKey", "systemMetadata", "sectionName", "System Metadata", "icon", "fa fa-cog", 3, "form", "formContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode", "formContext"], ["slot", "after-panels", "sectionKey", "aIAgentActions", "sectionName", "AIAgent Actions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [4, "ngIf"], ["slot", "after-panels", "sectionKey", "aIAgentLearningCycles", "sectionName", "AIAgent Learning Cycles", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentModels", "sectionName", "AIAgent Models", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentRequests", "sectionName", "AI Agent Requests", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentArtifactTypes", "sectionName", "MJ: AI Agent Artifact Types", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentDataSources", "sectionName", "MJ: AI Agent Data Sources", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentModalities", "sectionName", "MJ: AI Agent Modalities", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentPermissions", "sectionName", "MJ: AI Agent Permissions", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentRelationships", "sectionName", "MJ: AI Agent Relationships", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentSteps", "sectionName", "MJ: AI Agent Steps", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgentNotes", "sectionName", "AIAgent Notes", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentConfigurations", "sectionName", "MJ: AI Agent Configurations", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentExamples", "sectionName", "MJ: AI Agent Examples", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentPrompts", "sectionName", "MJ: AI Agent Prompts", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIAgentRuns", "sectionName", "MJ: AI Agent Runs", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJTasks", "sectionName", "MJ: Tasks", "icon", "fa fa-tasks", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIResultCache", "sectionName", "AI Result Cache", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "mJAIPromptRuns", "sectionName", "MJ: AI Prompt Runs", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "conversationDetails", "sectionName", "Conversation Details", "icon", "fa fa-comments", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], ["slot", "after-panels", "sectionKey", "aIAgents", "sectionName", "AI Agents", "icon", "fa fa-robot", "variant", "related-entity", 3, "form", "formContext", "badgeCount", "defaultExpanded"], [3, "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function AIAgentFormComponent_Template(rf, ctx) { if (rf & 1) {
271
274
  i0.ɵɵelementStart(0, "mj-record-form-container", 0)(1, "mj-collapsible-panel", 1);
272
275
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19);
273
276
  i0.ɵɵelementEnd();
@@ -287,73 +290,82 @@ let AIAgentFormComponent = class AIAgentFormComponent extends BaseFormComponent
287
290
  i0.ɵɵelement(63, "mj-form-field", 63)(64, "mj-form-field", 64)(65, "mj-form-field", 65)(66, "mj-form-field", 66);
288
291
  i0.ɵɵelementEnd();
289
292
  i0.ɵɵelementStart(67, "mj-collapsible-panel", 67);
290
- i0.ɵɵelement(68, "mj-form-field", 68)(69, "mj-form-field", 69);
291
- i0.ɵɵelementEnd();
292
- i0.ɵɵelementStart(70, "mj-collapsible-panel", 70);
293
- i0.ɵɵtemplate(71, AIAgentFormComponent_div_71_Template, 2, 4, "div", 71);
293
+ i0.ɵɵelement(68, "mj-form-field", 68);
294
294
  i0.ɵɵelementEnd();
295
- i0.ɵɵelementStart(72, "mj-collapsible-panel", 72);
296
- i0.ɵɵtemplate(73, AIAgentFormComponent_div_73_Template, 2, 4, "div", 71);
295
+ i0.ɵɵelementStart(69, "mj-collapsible-panel", 69);
296
+ i0.ɵɵelement(70, "mj-form-field", 70)(71, "mj-form-field", 71)(72, "mj-form-field", 72);
297
297
  i0.ɵɵelementEnd();
298
- i0.ɵɵelementStart(74, "mj-collapsible-panel", 73);
299
- i0.ɵɵtemplate(75, AIAgentFormComponent_div_75_Template, 2, 4, "div", 71);
298
+ i0.ɵɵelementStart(73, "mj-collapsible-panel", 73);
299
+ i0.ɵɵelement(74, "mj-form-field", 74);
300
300
  i0.ɵɵelementEnd();
301
- i0.ɵɵelementStart(76, "mj-collapsible-panel", 74);
302
- i0.ɵɵtemplate(77, AIAgentFormComponent_div_77_Template, 2, 4, "div", 71);
301
+ i0.ɵɵelementStart(75, "mj-collapsible-panel", 75);
302
+ i0.ɵɵelement(76, "mj-form-field", 76)(77, "mj-form-field", 77);
303
303
  i0.ɵɵelementEnd();
304
- i0.ɵɵelementStart(78, "mj-collapsible-panel", 75);
305
- i0.ɵɵtemplate(79, AIAgentFormComponent_div_79_Template, 2, 4, "div", 71);
304
+ i0.ɵɵelementStart(78, "mj-collapsible-panel", 78);
305
+ i0.ɵɵtemplate(79, AIAgentFormComponent_div_79_Template, 2, 4, "div", 79);
306
306
  i0.ɵɵelementEnd();
307
- i0.ɵɵelementStart(80, "mj-collapsible-panel", 76);
308
- i0.ɵɵtemplate(81, AIAgentFormComponent_div_81_Template, 2, 4, "div", 71);
307
+ i0.ɵɵelementStart(80, "mj-collapsible-panel", 80);
308
+ i0.ɵɵtemplate(81, AIAgentFormComponent_div_81_Template, 2, 4, "div", 79);
309
309
  i0.ɵɵelementEnd();
310
- i0.ɵɵelementStart(82, "mj-collapsible-panel", 77);
311
- i0.ɵɵtemplate(83, AIAgentFormComponent_div_83_Template, 2, 4, "div", 71);
310
+ i0.ɵɵelementStart(82, "mj-collapsible-panel", 81);
311
+ i0.ɵɵtemplate(83, AIAgentFormComponent_div_83_Template, 2, 4, "div", 79);
312
312
  i0.ɵɵelementEnd();
313
- i0.ɵɵelementStart(84, "mj-collapsible-panel", 78);
314
- i0.ɵɵtemplate(85, AIAgentFormComponent_div_85_Template, 2, 4, "div", 71);
313
+ i0.ɵɵelementStart(84, "mj-collapsible-panel", 82);
314
+ i0.ɵɵtemplate(85, AIAgentFormComponent_div_85_Template, 2, 4, "div", 79);
315
315
  i0.ɵɵelementEnd();
316
- i0.ɵɵelementStart(86, "mj-collapsible-panel", 79);
317
- i0.ɵɵtemplate(87, AIAgentFormComponent_div_87_Template, 2, 4, "div", 71);
316
+ i0.ɵɵelementStart(86, "mj-collapsible-panel", 83);
317
+ i0.ɵɵtemplate(87, AIAgentFormComponent_div_87_Template, 2, 4, "div", 79);
318
318
  i0.ɵɵelementEnd();
319
- i0.ɵɵelementStart(88, "mj-collapsible-panel", 80);
320
- i0.ɵɵtemplate(89, AIAgentFormComponent_div_89_Template, 2, 4, "div", 71);
319
+ i0.ɵɵelementStart(88, "mj-collapsible-panel", 84);
320
+ i0.ɵɵtemplate(89, AIAgentFormComponent_div_89_Template, 2, 4, "div", 79);
321
321
  i0.ɵɵelementEnd();
322
- i0.ɵɵelementStart(90, "mj-collapsible-panel", 81);
323
- i0.ɵɵtemplate(91, AIAgentFormComponent_div_91_Template, 2, 4, "div", 71);
322
+ i0.ɵɵelementStart(90, "mj-collapsible-panel", 85);
323
+ i0.ɵɵtemplate(91, AIAgentFormComponent_div_91_Template, 2, 4, "div", 79);
324
324
  i0.ɵɵelementEnd();
325
- i0.ɵɵelementStart(92, "mj-collapsible-panel", 82);
326
- i0.ɵɵtemplate(93, AIAgentFormComponent_div_93_Template, 2, 4, "div", 71);
325
+ i0.ɵɵelementStart(92, "mj-collapsible-panel", 86);
326
+ i0.ɵɵtemplate(93, AIAgentFormComponent_div_93_Template, 2, 4, "div", 79);
327
327
  i0.ɵɵelementEnd();
328
- i0.ɵɵelementStart(94, "mj-collapsible-panel", 83);
329
- i0.ɵɵtemplate(95, AIAgentFormComponent_div_95_Template, 2, 4, "div", 71);
328
+ i0.ɵɵelementStart(94, "mj-collapsible-panel", 87);
329
+ i0.ɵɵtemplate(95, AIAgentFormComponent_div_95_Template, 2, 4, "div", 79);
330
330
  i0.ɵɵelementEnd();
331
- i0.ɵɵelementStart(96, "mj-collapsible-panel", 84);
332
- i0.ɵɵtemplate(97, AIAgentFormComponent_div_97_Template, 2, 4, "div", 71);
331
+ i0.ɵɵelementStart(96, "mj-collapsible-panel", 88);
332
+ i0.ɵɵtemplate(97, AIAgentFormComponent_div_97_Template, 2, 4, "div", 79);
333
333
  i0.ɵɵelementEnd();
334
- i0.ɵɵelementStart(98, "mj-collapsible-panel", 79);
335
- i0.ɵɵtemplate(99, AIAgentFormComponent_div_99_Template, 2, 4, "div", 71);
334
+ i0.ɵɵelementStart(98, "mj-collapsible-panel", 89);
335
+ i0.ɵɵtemplate(99, AIAgentFormComponent_div_99_Template, 2, 4, "div", 79);
336
336
  i0.ɵɵelementEnd();
337
- i0.ɵɵelementStart(100, "mj-collapsible-panel", 85);
338
- i0.ɵɵtemplate(101, AIAgentFormComponent_div_101_Template, 2, 4, "div", 71);
337
+ i0.ɵɵelementStart(100, "mj-collapsible-panel", 90);
338
+ i0.ɵɵtemplate(101, AIAgentFormComponent_div_101_Template, 2, 4, "div", 79);
339
339
  i0.ɵɵelementEnd();
340
- i0.ɵɵelementStart(102, "mj-collapsible-panel", 80);
341
- i0.ɵɵtemplate(103, AIAgentFormComponent_div_103_Template, 2, 4, "div", 71);
340
+ i0.ɵɵelementStart(102, "mj-collapsible-panel", 91);
341
+ i0.ɵɵtemplate(103, AIAgentFormComponent_div_103_Template, 2, 4, "div", 79);
342
342
  i0.ɵɵelementEnd();
343
- i0.ɵɵelementStart(104, "mj-collapsible-panel", 86);
344
- i0.ɵɵtemplate(105, AIAgentFormComponent_div_105_Template, 2, 4, "div", 71);
343
+ i0.ɵɵelementStart(104, "mj-collapsible-panel", 92);
344
+ i0.ɵɵtemplate(105, AIAgentFormComponent_div_105_Template, 2, 4, "div", 79);
345
345
  i0.ɵɵelementEnd();
346
346
  i0.ɵɵelementStart(106, "mj-collapsible-panel", 87);
347
- i0.ɵɵtemplate(107, AIAgentFormComponent_div_107_Template, 2, 4, "div", 71);
347
+ i0.ɵɵtemplate(107, AIAgentFormComponent_div_107_Template, 2, 4, "div", 79);
348
+ i0.ɵɵelementEnd();
349
+ i0.ɵɵelementStart(108, "mj-collapsible-panel", 93);
350
+ i0.ɵɵtemplate(109, AIAgentFormComponent_div_109_Template, 2, 4, "div", 79);
351
+ i0.ɵɵelementEnd();
352
+ i0.ɵɵelementStart(110, "mj-collapsible-panel", 88);
353
+ i0.ɵɵtemplate(111, AIAgentFormComponent_div_111_Template, 2, 4, "div", 79);
348
354
  i0.ɵɵelementEnd();
349
- i0.ɵɵelementStart(108, "mj-collapsible-panel", 88);
350
- i0.ɵɵtemplate(109, AIAgentFormComponent_div_109_Template, 2, 4, "div", 71);
355
+ i0.ɵɵelementStart(112, "mj-collapsible-panel", 94);
356
+ i0.ɵɵtemplate(113, AIAgentFormComponent_div_113_Template, 2, 4, "div", 79);
351
357
  i0.ɵɵelementEnd();
352
- i0.ɵɵelementStart(110, "mj-collapsible-panel", 89);
353
- i0.ɵɵtemplate(111, AIAgentFormComponent_div_111_Template, 2, 4, "div", 71);
358
+ i0.ɵɵelementStart(114, "mj-collapsible-panel", 95);
359
+ i0.ɵɵtemplate(115, AIAgentFormComponent_div_115_Template, 2, 4, "div", 79);
354
360
  i0.ɵɵelementEnd();
355
- i0.ɵɵelementStart(112, "mj-collapsible-panel", 90);
356
- i0.ɵɵtemplate(113, AIAgentFormComponent_div_113_Template, 2, 4, "div", 71);
361
+ i0.ɵɵelementStart(116, "mj-collapsible-panel", 96);
362
+ i0.ɵɵtemplate(117, AIAgentFormComponent_div_117_Template, 2, 4, "div", 79);
363
+ i0.ɵɵelementEnd();
364
+ i0.ɵɵelementStart(118, "mj-collapsible-panel", 97);
365
+ i0.ɵɵtemplate(119, AIAgentFormComponent_div_119_Template, 2, 4, "div", 79);
366
+ i0.ɵɵelementEnd();
367
+ i0.ɵɵelementStart(120, "mj-collapsible-panel", 98);
368
+ i0.ɵɵtemplate(121, AIAgentFormComponent_div_121_Template, 2, 4, "div", 79);
357
369
  i0.ɵɵelementEnd()();
358
370
  } if (rf & 2) {
359
371
  i0.ɵɵproperty("record", ctx.record)("formComponent", ctx);
@@ -492,6 +504,22 @@ let AIAgentFormComponent = class AIAgentFormComponent extends BaseFormComponent
492
504
  i0.ɵɵadvance();
493
505
  i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
494
506
  i0.ɵɵadvance();
507
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
508
+ i0.ɵɵadvance();
509
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
510
+ i0.ɵɵadvance();
511
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
512
+ i0.ɵɵadvance();
513
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
514
+ i0.ɵɵadvance();
515
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
516
+ i0.ɵɵadvance();
517
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
518
+ i0.ɵɵadvance();
519
+ i0.ɵɵproperty("record", ctx.record)("ShowLabel", false)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
520
+ i0.ɵɵadvance();
521
+ i0.ɵɵproperty("form", ctx)("formContext", ctx.formContext);
522
+ i0.ɵɵadvance();
495
523
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
496
524
  i0.ɵɵadvance();
497
525
  i0.ɵɵproperty("record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("formContext", ctx.formContext);
@@ -591,7 +619,7 @@ AIAgentFormComponent = __decorate([
591
619
  export { AIAgentFormComponent };
592
620
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AIAgentFormComponent, [{
593
621
  type: Component,
594
- args: [{ selector: 'gen-aiagent-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Agent Identity & Presentation Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"agentIdentityPresentation\"\n sectionName=\"Agent Identity & Presentation\"\n icon=\"fa fa-id-card\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LogoURL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"URL\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"TypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DriverClass\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IconClass\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ModelSelectionMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultArtifactTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"OwnerUserID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ArtifactCreationMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FunctionalRequirements\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"TechnicalDesign\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsRestricted\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AgentTypePromptParams\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultArtifactType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"OwnerUser\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Hierarchy & Invocation Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"hierarchyInvocation\"\n sectionName=\"Hierarchy & Invocation\"\n icon=\"fa fa-sitemap\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ExposeAsAction\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ExecutionOrder\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ExecutionMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"InvocationMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Parent\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Context Compression Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"contextCompression\"\n sectionName=\"Context Compression\"\n icon=\"fa fa-compress\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EnableContextCompression\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContextCompressionMessageThreshold\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContextCompressionPromptID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContextCompressionMessageRetentionCount\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContextCompressionPrompt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Payload & Data Flow Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"payloadDataFlow\"\n sectionName=\"Payload & Data Flow\"\n icon=\"fa fa-exchange-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadDownstreamPaths\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadUpstreamPaths\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadSelfReadPaths\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadSelfWritePaths\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadScope\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FinalPayloadValidation\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FinalPayloadValidationMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FinalPayloadValidationMaxRetries\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"StartingPayloadValidation\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"StartingPayloadValidationMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"InjectNotes\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxNotesToInject\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"NoteInjectionStrategy\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"InjectExamples\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxExamplesToInject\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ExampleInjectionStrategy\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Runtime Limits & Execution Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"runtimeLimitsExecutionSettings\"\n sectionName=\"Runtime Limits & Execution Settings\"\n icon=\"fa fa-tachometer-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxCostPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxTokensPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxIterationsPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxTimePerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MinExecutionsPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxExecutionsPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultPromptEffortLevel\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ChatHandlingOption\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MessageMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxMessages\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Attachment Storage Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"attachmentStorage\"\n sectionName=\"Attachment Storage\"\n icon=\"fa fa-paperclip\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AttachmentStorageProviderID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AttachmentRootPath\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"InlineStorageThresholdBytes\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AttachmentStorageProvider\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- AIAgent Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentActions\"\n sectionName=\"AIAgent Actions\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentActions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Actions','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Actions')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentActions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AIAgent Learning Cycles Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentLearningCycles\"\n sectionName=\"AIAgent Learning Cycles\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentLearningCycles')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Learning Cycles','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Learning Cycles')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentLearningCycles')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentLearningCycles', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AIAgent Models Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentModels\"\n sectionName=\"AIAgent Models\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentModels')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Models','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Models')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentModels')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentModels', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentRequests\"\n sectionName=\"AI Agent Requests\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Artifact Types Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentArtifactTypes\"\n sectionName=\"MJ: AI Agent Artifact Types\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentArtifactTypes')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Artifact Types','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Artifact Types')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentArtifactTypes')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentArtifactTypes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Data Sources Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentDataSources\"\n sectionName=\"MJ: AI Agent Data Sources\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentDataSources')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Data Sources','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Data Sources')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentDataSources')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentDataSources', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Modalities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentModalities\"\n sectionName=\"MJ: AI Agent Modalities\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentModalities')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Modalities','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Modalities')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentModalities')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentModalities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentPermissions\"\n sectionName=\"MJ: AI Agent Permissions\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Permissions','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Relationships Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentRelationships\"\n sectionName=\"MJ: AI Agent Relationships\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentRelationships')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Relationships','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRelationships')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRelationships', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Steps Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentSteps\"\n sectionName=\"MJ: AI Agent Steps\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentSteps')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Steps','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Steps')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentSteps')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentSteps', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AIAgent Notes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentNotes\"\n sectionName=\"AIAgent Notes\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentNotes')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Configurations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentConfigurations\"\n sectionName=\"MJ: AI Agent Configurations\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentConfigurations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Configurations','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Configurations')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentConfigurations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentConfigurations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Examples Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentExamples\"\n sectionName=\"MJ: AI Agent Examples\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Prompts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentPrompts\"\n sectionName=\"MJ: AI Agent Prompts\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentPrompts')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Prompts','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Prompts')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPrompts')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentPrompts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Relationships Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentRelationships\"\n sectionName=\"MJ: AI Agent Relationships\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentRelationships')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Relationships','SubAgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRelationships')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRelationships', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentRuns\"\n sectionName=\"MJ: AI Agent Runs\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Steps Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentSteps\"\n sectionName=\"MJ: AI Agent Steps\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentSteps')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Steps','SubAgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Steps')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentSteps')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentSteps', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Tasks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTasks\"\n sectionName=\"MJ: Tasks\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTasks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Result Cache Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIResultCache\"\n sectionName=\"AI Result Cache\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIResultCache')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Result Cache','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Result Cache')\"\n [AllowLoad]=\"IsSectionExpanded('aIResultCache')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIResultCache', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Prompt Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIPromptRuns\"\n sectionName=\"MJ: AI Prompt Runs\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIPromptRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Prompt Runs','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Prompt Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIPromptRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIPromptRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversation Details Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversationDetails\"\n sectionName=\"Conversation Details\"\n icon=\"fa fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversationDetails')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsSectionExpanded('conversationDetails')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('conversationDetails', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agents Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgents\"\n sectionName=\"AI Agents\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgents')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgents')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgents', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
622
+ args: [{ selector: 'gen-aiagent-form', template: "<mj-record-form-container [record]=\"record\" [formComponent]=\"this\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Agent Identity & Presentation Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"agentIdentityPresentation\"\n sectionName=\"Agent Identity & Presentation\"\n icon=\"fa fa-id-card\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"LogoURL\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"URL\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"TypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DriverClass\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IconClass\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ModelSelectionMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultArtifactTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"OwnerUserID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ArtifactCreationMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FunctionalRequirements\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"TechnicalDesign\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsRestricted\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AgentTypePromptParams\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Type\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultArtifactType\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"OwnerUser\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Hierarchy & Invocation Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"hierarchyInvocation\"\n sectionName=\"Hierarchy & Invocation\"\n icon=\"fa fa-sitemap\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ExposeAsAction\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ExecutionOrder\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ExecutionMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"InvocationMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Parent\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"RootParentID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Context Compression Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"contextCompression\"\n sectionName=\"Context Compression\"\n icon=\"fa fa-compress\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EnableContextCompression\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContextCompressionMessageThreshold\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContextCompressionPromptID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContextCompressionMessageRetentionCount\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ContextCompressionPrompt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Payload & Data Flow Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"payloadDataFlow\"\n sectionName=\"Payload & Data Flow\"\n icon=\"fa fa-exchange-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadDownstreamPaths\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadUpstreamPaths\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadSelfReadPaths\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadSelfWritePaths\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PayloadScope\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FinalPayloadValidation\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FinalPayloadValidationMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"FinalPayloadValidationMaxRetries\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"StartingPayloadValidation\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"StartingPayloadValidationMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"InjectNotes\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxNotesToInject\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"NoteInjectionStrategy\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"InjectExamples\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxExamplesToInject\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ExampleInjectionStrategy\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Runtime Limits & Execution Settings Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"runtimeLimitsExecutionSettings\"\n sectionName=\"Runtime Limits & Execution Settings\"\n icon=\"fa fa-tachometer-alt\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxCostPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxTokensPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxIterationsPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxTimePerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MinExecutionsPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxExecutionsPerRun\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultPromptEffortLevel\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ChatHandlingOption\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MessageMode\"\n Type=\"dropdownlist\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"MaxMessages\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Attachment Storage Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"attachmentStorage\"\n sectionName=\"Attachment Storage\"\n icon=\"fa fa-paperclip\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AttachmentStorageProviderID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n LinkType=\"Record\"\n LinkComponentType=\"Search\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AttachmentRootPath\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"InlineStorageThresholdBytes\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AttachmentStorageProvider\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Scope Configuration Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"scopeConfiguration\"\n sectionName=\"Scope Configuration\"\n icon=\"fa fa-sliders-h\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"ScopeConfig\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Retention & Archiving Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"retentionArchiving\"\n sectionName=\"Retention & Archiving\"\n icon=\"fa fa-archive\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"NoteRetentionDays\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ExampleRetentionDays\"\n Type=\"numerictextbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"AutoArchiveEnabled\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Retrieval & Ranking Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"retrievalRanking\"\n sectionName=\"Retrieval & Ranking\"\n icon=\"fa fa-search\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"RerankerConfiguration\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel slot=\"field-panels\"\n sectionKey=\"systemMetadata\"\n sectionName=\"System Metadata\"\n icon=\"fa fa-cog\"\n [form]=\"this\"\n [formContext]=\"formContext\">\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [formContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n <!-- ========================================\n RELATED ENTITY PANELS - AFTER\n ======================================== -->\n\n <!-- AIAgent Actions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentActions\"\n sectionName=\"AIAgent Actions\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentActions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Actions','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Actions')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentActions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentActions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AIAgent Learning Cycles Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentLearningCycles\"\n sectionName=\"AIAgent Learning Cycles\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentLearningCycles')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Learning Cycles','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Learning Cycles')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentLearningCycles')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentLearningCycles', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AIAgent Models Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentModels\"\n sectionName=\"AIAgent Models\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentModels')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Models','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Models')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentModels')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentModels', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agent Requests Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentRequests\"\n sectionName=\"AI Agent Requests\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentRequests')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Requests','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Requests')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentRequests')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentRequests', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Artifact Types Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentArtifactTypes\"\n sectionName=\"MJ: AI Agent Artifact Types\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentArtifactTypes')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Artifact Types','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Artifact Types')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentArtifactTypes')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentArtifactTypes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Data Sources Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentDataSources\"\n sectionName=\"MJ: AI Agent Data Sources\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentDataSources')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Data Sources','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Data Sources')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentDataSources')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentDataSources', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Modalities Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentModalities\"\n sectionName=\"MJ: AI Agent Modalities\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentModalities')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Modalities','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Modalities')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentModalities')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentModalities', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Permissions Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentPermissions\"\n sectionName=\"MJ: AI Agent Permissions\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentPermissions')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Permissions','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Permissions')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPermissions')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentPermissions', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Relationships Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentRelationships\"\n sectionName=\"MJ: AI Agent Relationships\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentRelationships')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Relationships','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRelationships')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRelationships', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Steps Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentSteps\"\n sectionName=\"MJ: AI Agent Steps\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentSteps')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Steps','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Steps')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentSteps')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentSteps', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AIAgent Notes Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgentNotes\"\n sectionName=\"AIAgent Notes\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgentNotes')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agent Notes','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agent Notes')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgentNotes')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgentNotes', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Configurations Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentConfigurations\"\n sectionName=\"MJ: AI Agent Configurations\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentConfigurations')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Configurations','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Configurations')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentConfigurations')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentConfigurations', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Examples Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentExamples\"\n sectionName=\"MJ: AI Agent Examples\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentExamples')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Examples','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Examples')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentExamples')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentExamples', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Prompts Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentPrompts\"\n sectionName=\"MJ: AI Agent Prompts\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentPrompts')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Prompts','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Prompts')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentPrompts')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentPrompts', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Relationships Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentRelationships\"\n sectionName=\"MJ: AI Agent Relationships\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentRelationships')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Relationships','SubAgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Relationships')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRelationships')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRelationships', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentRuns\"\n sectionName=\"MJ: AI Agent Runs\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Agent Steps Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIAgentSteps\"\n sectionName=\"MJ: AI Agent Steps\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIAgentSteps')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Steps','SubAgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Steps')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIAgentSteps')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIAgentSteps', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: Tasks Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJTasks\"\n sectionName=\"MJ: Tasks\"\n icon=\"fa fa-tasks\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJTasks')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJTasks')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJTasks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Result Cache Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIResultCache\"\n sectionName=\"AI Result Cache\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIResultCache')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Result Cache','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Result Cache')\"\n [AllowLoad]=\"IsSectionExpanded('aIResultCache')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIResultCache', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- MJ: AI Prompt Runs Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"mJAIPromptRuns\"\n sectionName=\"MJ: AI Prompt Runs\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('mJAIPromptRuns')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Prompt Runs','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('MJ: AI Prompt Runs')\"\n [AllowLoad]=\"IsSectionExpanded('mJAIPromptRuns')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('mJAIPromptRuns', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- Conversation Details Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"conversationDetails\"\n sectionName=\"Conversation Details\"\n icon=\"fa fa-comments\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('conversationDetails')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversation Details','AgentID')\"\n [NewRecordValues]=\"NewRecordValues('Conversation Details')\"\n [AllowLoad]=\"IsSectionExpanded('conversationDetails')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('conversationDetails', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n\n <!-- AI Agents Section -->\n <mj-collapsible-panel slot=\"after-panels\"\n sectionKey=\"aIAgents\"\n sectionName=\"AI Agents\"\n icon=\"fa fa-robot\"\n variant=\"related-entity\"\n [form]=\"this\"\n [formContext]=\"formContext\"\n [badgeCount]=\"GetSectionRowCount('aIAgents')\"\n [defaultExpanded]=\"false\">\n <div *ngIf=\"record.IsSaved\">\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('AI Agents','ParentID')\"\n [NewRecordValues]=\"NewRecordValues('AI Agents')\"\n [AllowLoad]=\"IsSectionExpanded('aIAgents')\"\n [ShowToolbar]=\"false\"\n (AfterDataLoad)=\"SetSectionRowCount('aIAgents', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
595
623
  }], null, null); })();
596
624
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AIAgentFormComponent, { className: "AIAgentFormComponent", filePath: "src/lib/generated/Entities/AIAgent/aiagent.form.component.ts", lineNumber: 12 }); })();
597
625
  export function LoadAIAgentFormComponent() {