/**************************************************************************************** * NOTICE: AUTO-GENERATED * **************************************************************************************** * This file is automatically generated by script "./src/question/generator.ts". * * Please don't manually change its contents, as any modifications will be overwritten! * ***************************************************************************************/ import { Inputs } from "@microsoft/teamsfx-api"; export interface AddPluginInputs extends Inputs { /** @description Add an Action */ "api-plugin-type"?: "api-spec" | "mcp"; /** @description OpenAPI Spec Document */ "openapi-spec-type"?: "enter-url" | "open-file" | "search-api"; /** @description OpenAPI Document */ "openapi-spec-location"?: string; /** @description Select Operation(s) Copilot Can Interact with */ "api-operation"?: string[]; /** @description Search OpenAPI Document */ "search-openapi-spec-query"?: string; /** @description Select OpenAPI Document */ "select-openapi-spec"?: string; /** @description MCP Server URL */ "mcp-da-server-url"?: string; /** @description MCP Tools Definition File */ "mcp-tools-file-path"?: string; /** @description Select Authentication Type */ "mcp-da-auth-type"?: "oauth" | "entraSSO"; /** @description Select Teams manifest.json File */ "manifest-path"?: string; } //# sourceMappingURL=AddPluginInputs.d.ts.map