fix(models): move import to top of index.ts before export declarations

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-27 08:04:46 -04:00
parent 1d894f104f
commit 0c8aa4d1ea
+2 -2
View File
@@ -1,7 +1,7 @@
import { DIRECT_MODELS, BEDROCK_MODELS, isBedrockEnv } from "./server/models.js";
export const type = "claude_k8s";
export const label = "Claude (Kubernetes)";
import { DIRECT_MODELS, BEDROCK_MODELS, isBedrockEnv } from "./server/models.js";
export const models = isBedrockEnv() ? BEDROCK_MODELS : DIRECT_MODELS;
export const agentConfigurationDoc = `# claude_k8s agent configuration