From 50a29ff19fae7cc0c534725da490ee5da372257d Mon Sep 17 00:00:00 2001 From: starptech Date: Sat, 18 Jul 2026 19:15:02 +0200 Subject: [PATCH] Update mfjs.ts --- packages/opencode/src/provider/mfjs.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/opencode/src/provider/mfjs.ts b/packages/opencode/src/provider/mfjs.ts index 158d27f195..cc73723ee1 100644 --- a/packages/opencode/src/provider/mfjs.ts +++ b/packages/opencode/src/provider/mfjs.ts @@ -17,9 +17,9 @@ import type { JSONSchema7 } from "@ai-sdk/provider" * `oneOf`, `allOf`, conditionals, `prefixItems`, and other constraints pass * through recursively. * - * `script/kimi-tool-schema-matrix.ts` compares raw and projected schemas across - * Kimi 3, Kimi 2.7 Code, and Kimi 2.6. Keep this projection evidence-driven as - * provider behavior evolves. + * `script/tool-schema-compatibility-matrix.ts` compares raw and MFJS-projected + * schemas across configured providers and models. Keep this projection + * evidence-driven as provider behavior evolves. * * MFJS specification and reference implementation: * https://github.com/MoonshotAI/walle