From 533fc6b2d5dee86a0786390ee0d0bf4946cfa21d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 12 May 2025 14:16:16 +0000 Subject: [PATCH 1/2] Initial plan for issue From 392f8af077eca4bcd3594eb8f5162356a31c7774 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 12 May 2025 14:19:22 +0000 Subject: [PATCH 2/2] Add cloud poem to README.md Co-authored-by: theodoracheng <8704469+theodoracheng@users.noreply.github.com> --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ab16992..b5ec6a7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,23 @@ This code sample demonstrates building a Copilot Extension using the skillsets approach rather than a traditional agent. This extension is designed to generate random test and example data for a number of development purposes, by calling publicly available APIs. +## Clouds of Innovation + +Floating high above the digital plain, +Clouds of data, wisdom they contain. +Skillsets weaving through the azure sky, +Extensions reaching where ideas fly. + +Like APIs that bridge from shore to shore, +These clouds connect what wasn't linked before. +Copilot navigates this misty space, +Transforming code with elegant grace. + +As cumulus collect their treasured rain, +So knowledge gathers in this domain. +The clouds above, both fleeting and profound, +Inspire the code that makes our tools abound. + ### Architectural Model - **Skillsets**: Define up to 5 API endpoints that Copilot can call directly. Copilot handles all AI interactions, prompt engineering, and response formatting. - **Agents**: Provide full control over the interaction flow, including custom prompt crafting and specific LLM model selection.