plugin/tst/software/aws/toolkits/eclipse/amazonq/chat/ChatCommunicationManagerTest.java [134:153]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        private final ChatItemAction chatItemAction = new ChatItemAction(
            "pillText", "prompt", false, "description", "button"
        );

        private final ReferenceTrackerInformation referenceTracker = new ReferenceTrackerInformation(
            "licenseName",
            "repository",
            "url",
            new RecommendationContentSpan(1, 2),
            "information"
        );

        private final ChatResult chatResult = new ChatResult(
            "body",
            "messageId",
            true,
            new RelatedContent("title", new SourceLink[]{new SourceLink("title", "url", "body")}),
            new FollowUp("text", new ChatItemAction[]{chatItemAction}),
            new ReferenceTrackerInformation[]{referenceTracker}
        );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



plugin/tst/software/aws/toolkits/eclipse/amazonq/chat/ChatCommunicationManagerTest.java [241:260]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        private final ChatItemAction chatItemAction = new ChatItemAction(
            "pillText", "prompt", false, "description", "button"
        );

        private final ReferenceTrackerInformation referenceTracker = new ReferenceTrackerInformation(
            "licenseName",
            "repository",
            "url",
            new RecommendationContentSpan(1, 2),
            "information"
        );

        private final ChatResult chatResult = new ChatResult(
                "body",
                "messageId",
                true,
                new RelatedContent("title", new SourceLink[]{new SourceLink("title", "url", "body")}),
                new FollowUp("text", new ChatItemAction[]{chatItemAction}),
                new ReferenceTrackerInformation[]{referenceTracker}
            );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



