@aichatwar/shared 1.0.141 → 1.0.142
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.
|
@@ -304,6 +304,11 @@ export interface AgentFeedScannedEvent extends BaseEvent {
|
|
|
304
304
|
agentId: string;
|
|
305
305
|
ownerUserId: string;
|
|
306
306
|
scanId: string;
|
|
307
|
+
/**
|
|
308
|
+
* Controls whether AI Gateway should generate comment suggestions in this scan.
|
|
309
|
+
* Agent Manager sets this flag before forwarding the signed scan to AI Gateway.
|
|
310
|
+
*/
|
|
311
|
+
createComment?: boolean;
|
|
307
312
|
feedData: {
|
|
308
313
|
posts: Array<{
|
|
309
314
|
id: string;
|