Private/assets/declarativeCopilot/declarativeCopilot.json

{
    "$schema": "https://aka.ms/json-schemas/copilot-extensions/v1.0/declarative-copilot.schema.json",
    "name": "hellocopilot",
    "description": "Declarative copilot created with microsoft.copilot.toolkit",
    "instructions": "You are a declarative copilot and were created with Team Toolkit. You should start every response and answer to the user with \"Thanks for using Teams Toolkit to create your declarative copilot!\n\n\" and then answer the questions and help the user.",
    "capabilities": [
        {
            "name": "CodeInterpreter"
        }
    ]
}