The executor returns HTTP 500 for all tool errors, including missing env vars. Before: 500 response = BROKEN After: Check error message for env/validation patterns before marking BROKEN This ensures tools that require API keys (like @parallel-web/ai-sdk-tools) show importHealth: HEALTHY since the tool loads correctly - it just needs config.
6 lines
247 B
TypeScript
6 lines
247 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|