From 56384933d0b40def09575c6abc44c344f506ef21 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:41:52 +0000 Subject: [PATCH 1/2] Initial plan From e5e36263a2e756224740bdcaf201a762789943b3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:44:21 +0000 Subject: [PATCH 2/2] Add Microsoft copyright header to playgroundActivityTypes.ts Co-authored-by: aubreyquinn <80953505+aubreyquinn@users.noreply.github.com> --- nodejs/perplexity/sample-agent/src/playgroundActivityTypes.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodejs/perplexity/sample-agent/src/playgroundActivityTypes.ts b/nodejs/perplexity/sample-agent/src/playgroundActivityTypes.ts index 5dc4a687..69129c55 100644 --- a/nodejs/perplexity/sample-agent/src/playgroundActivityTypes.ts +++ b/nodejs/perplexity/sample-agent/src/playgroundActivityTypes.ts @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. + /** * Represents the payload for a simulated Word mention activity in the Playground. * Includes document URL, user mention details, and optional context snippet.