7 lines
282 B
TypeScript
7 lines
282 B
TypeScript
//#region src/constants.d.ts
|
|
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, DEFAULT_AGENT_ID };
|
|
//# sourceMappingURL=constants.d.cts.map
|