export declare enum TemplateNames { DeclarativeAgentBasic = "copilot-gpt-basic",// handled by DeclarativeAgentGenerator DeclarativeAgentWithActionFromScratch = "api-plugin-from-scratch",// handled by DeclarativeAgentGenerator DeclarativeAgentWithActionFromScratchBearer = "api-plugin-from-scratch-bearer",// handled by DeclarativeAgentGenerator (The DeclarativeAgentWithActionFromScratchBearer template is currently actually ApiPluginFromScratchAPIKey) DeclarativeAgentWithActionFromScratchOAuth = "api-plugin-from-scratch-oauth",// handled by DeclarativeAgentGenerator DeclarativeAgentWithActionFromExistingApiSpec = "api-plugin-from-existing-api",// handled by DeclarativeAgentWithExistingApiSpecGenerator DeclarativeAgentWithExistingAction = "api-plugin-existing-api",// handled by DeclarativeAgentGenerator DeclarativeAgentWithTypeSpec = "declarative-agent-typespec",// handled by DeclarativeAgentGenerator DeclarativeAgentWithGraphConnector = "declarative-agent-with-graph-connector",// handled by DeclarativeAgentGenerator DeclarativeAgentWithActionFromMCP = "declarative-agent-with-action-from-mcp",// handled by DeclarativeAgentGenerator DeclarativeAgentMetaOSNewProject = "declarative-agent-meta-os-new-project",// handled by OfficeAddinGeneratorNew DeclarativeAgentMetaOSUpgradeProject = "declarative-agent-meta-os-upgrade-project",// handled by OfficeAddinGeneratorNew BasicCustomEngineAgent = "basic-custom-engine-agent", WeatherAgent = "weather-agent", TravelAgent = "travel-agent", FoundryProxyAgent = "foundry-proxy-agent", CustomCopilotBasic = "custom-copilot-basic", CustomCopilotRagCustomize = "custom-copilot-rag-customize", CustomCopilotRagAzureAISearch = "custom-copilot-rag-azure-ai-search", CustomCopilotRagCustomApi = "custom-copilot-rag-custom-api",// handled by CustomEngineAgentWithExistingApiSpecGenerator CustomCopilotRagMicrosoft365 = "custom-copilot-rag-microsoft365", CustomCopilotAssistantNew = "custom-copilot-assistant-new", CustomCopilotAssistantAssistantsApi = "custom-copilot-assistant-assistants-api", TeamsCollaboratorAgent = "teams-collaborator-agent", GraphConnector = "graph-connector",// vsc only Tab = "non-sso-tab", SsoTabNaa = "sso-tab-naa", DashboardTab = "dashboard-tab", TabSSR = "non-sso-tab-ssr",// handled by SsrTabGenerator SsoTabSSR = "sso-tab-ssr",// handled by SsrTabGenerator TabSPFx = "spfx-tab",// handled by SPFxGeneratorNew DefaultBot = "default-bot", NotificationExpress = "notification-express",// vsc only NotificationWebApi = "notification-webapi",// vs only NotificationHttpTrigger = "notification-http-trigger", NotificationTimerTrigger = "notification-timer-trigger", NotificationHttpTimerTrigger = "notification-http-timer-trigger", CommandAndResponse = "command-and-response", Workflow = "workflow", MessageExtensionWithNewApiFromScratch = "copilot-plugin-from-scratch", MessageExtensionWithNewApiFromScratchUsingApiKey = "copilot-plugin-from-scratch-api-key", MessageExtensionWithNewApiFromScratchUsingOAuth = "api-message-extension-sso", MessageExtensionWithExistingApiSpec = "copilot-plugin-existing-api",// handled by MessageExtensionWithExistingApiSpecGenerator MessageExtensionM365 = "m365-message-extension", MessageExtensionAction = "message-extension-action", LinkUnfurling = "link-unfurling", DefaultMessageExtension = "default-message-extension", OutlookTaskpane = "office-addin-outlook-taskpane",// handled by OfficeAddinGeneratorNew WXPTaskpane = "office-addin-wxpo-taskpane",// handled by OfficeAddinGeneratorNew ExcelCFShortcut = "office-addin-excel-cfshortcut",// handled by OfficeAddinGeneratorNew OfficeAddinCommon = "office-addin-config",// handled by OfficeAddinGeneratorNew Empty = "empty", MessageExtensionSearch = "message-extension-search" } //# sourceMappingURL=templateNames.d.ts.map