@copilotkit/shared
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
11 lines • 681 B
text/typescript
//#region src/constants/index.d.ts
declare const COPILOT_CLOUD_API_URL = "https://api.cloud.copilotkit.ai";
declare const COPILOT_CLOUD_VERSION = "v1";
declare const COPILOT_CLOUD_CHAT_URL = "https://api.cloud.copilotkit.ai/copilotkit/v1";
declare const COPILOT_CLOUD_PUBLIC_API_KEY_HEADER = "X-CopilotCloud-Public-Api-Key";
declare const DEFAULT_AGENT_ID = "default";
/** Phoenix channel event name used for all AG-UI events. */
declare const AG_UI_CHANNEL_EVENT = "ag-ui";
//#endregion
export { AG_UI_CHANNEL_EVENT, COPILOT_CLOUD_API_URL, COPILOT_CLOUD_CHAT_URL, COPILOT_CLOUD_PUBLIC_API_KEY_HEADER, COPILOT_CLOUD_VERSION, DEFAULT_AGENT_ID };
//# sourceMappingURL=index.d.mts.map