This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/dist/compiled/next-server/app-page-experimental.runtime.dev.js b/dist/compiled/next-server/app-page-experimental.runtime.dev.js | |
| index bf7d9572a63155b65faea99957ef3848a4c15027..6a20a525773ca9e5b9c428dea930faf7e4f80360 100644 | |
| --- a/dist/compiled/next-server/app-page-experimental.runtime.dev.js | |
| +++ b/dist/compiled/next-server/app-page-experimental.runtime.dev.js | |
| @@ -36,7 +36,7 @@ Read more: https://nextjs.org/docs/messages/failed-to-find-server-action`),"__NE | |
| Original Error: ${message}`),"__NEXT_ERROR_CODE",{value:"E362",enumerable:!1,configurable:!0});error.stack="Error: "+error.message+originalErrorStack.slice(stackStart),console.error(error);return}}}else"string"==typeof thrownValue&&(message=thrownValue);if(message)return void console.error(`Route ${route} errored during the prospective render. These errors are normally ignored and may not prevent the route from prerendering but are logged here because build debugging is enabled. No stack was provided. | |
| -Original Message: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { DecoratedNavigationPage } from '@mintlify/models'; | |
| import { createOpenRouter } from '@openrouter/ai-sdk-provider'; | |
| import type { LanguageModelV1 } from 'ai'; | |
| import { env } from '../../../../utils/env.js'; | |
| import { BucketToMerge } from '../types.js'; | |
| export type ModelConfig = { | |
| subdomain: string; | |
| product: 'query-bucketing' | 'query-bucketing-relevance'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Blacksmith test | |
| on: | |
| # Trigger on push to any branch (for testing) | |
| push: | |
| branches: | |
| - '**' # Runs on all branches | |
| paths: | |
| - '.github/workflows/blacksmith-test.yml' # Only when this file changes | |
| - '.github/workflows/**' # Or any workflow file |