UNPKG

@microsoft/agents-copilotstudio-client

Version:

Microsoft Copilot Studio Client for JavaScript. Copilot Studio Client.

22 lines 605 B
"use strict"; /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AgentType = void 0; /** * Enum representing the type of agent. */ var AgentType; (function (AgentType) { /** * Represents a published agent. */ AgentType[AgentType["Published"] = 0] = "Published"; /** * Represents a prebuilt agent. */ AgentType[AgentType["Prebuilt"] = 1] = "Prebuilt"; })(AgentType || (exports.AgentType = AgentType = {})); //# sourceMappingURL=agentType.js.map