Skip to content

fix(ai): change default provider to intern and fix error handling #512

fix(ai): change default provider to intern and fix error handling

fix(ai): change default provider to intern and fix error handling #512

Triggered via pull request February 14, 2026 15:29
Status Success
Total duration 38s
Artifacts

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build: mdx-components.tsx#L33
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
build: app/layout.tsx#L139
Custom fonts not added in `pages/_document.js` will only load for a single page. This is discouraged. See: https://nextjs.org/docs/messages/no-page-custom-font
build: app/components/DocsAssistant.tsx#L3
'useRef' is defined but never used
build: app/components/DocsAssistant.tsx#L3
'useRef' is defined but never used. Allowed unused vars must match /^_/u