UNPKG

@microsoft/agents-copilotstudio-client

Version:

Microsoft Copilot Studio Client for JavaScript. Copilot Studio Client.

18 lines (17 loc) 346 B
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * Enum representing the type of agent. */ export declare enum AgentType { /** * Represents a published agent. */ Published = "Published", /** * Represents a prebuilt agent. */ Prebuilt = "Prebuilt" }