diff --git a/src/features/agent-attachments/renderer/index.ts b/src/features/agent-attachments/renderer/index.ts index 5a48aa66..13ed79ed 100644 --- a/src/features/agent-attachments/renderer/index.ts +++ b/src/features/agent-attachments/renderer/index.ts @@ -1 +1,2 @@ +export { DEFAULT_AGENT_IMAGE_OPTIMIZATION_BUDGET } from '../core/domain'; export * from './optimizeImageForAgent'; diff --git a/src/main/ipc/teams.ts b/src/main/ipc/teams.ts index 647d386a..7112857f 100644 --- a/src/main/ipc/teams.ts +++ b/src/main/ipc/teams.ts @@ -5,6 +5,7 @@ import { getAppIconPath } from '@main/utils/appIcon'; import { getAppDataPath, getTeamsBasePath } from '@main/utils/pathDecoder'; import { safeSendToRenderer } from '@main/utils/safeWebContentsSend'; import { stripMarkdown } from '@main/utils/textFormatting'; +import { getErrorMessage } from '@shared/utils/errorHandling'; import { estimateAgentAttachmentSerializedPayloadBytes, MAX_AGENT_ATTACHMENT_SERIALIZED_PAYLOAD_BYTES,