Send x-cmd-zdr: 1 header on upstream generate requests

This commit is contained in:
hongnhatbkhn 2026-09-15 09:47:00 +00:00
parent 70b35d5164
commit c89943df1c

View File

@ -139,6 +139,7 @@ class CommandCodeLanguageModel implements LanguageModelV3 {
"x-project-slug": "project",
"x-taste-learning": "true",
"x-co-flag": "false",
"x-cmd-zdr": "1",
...this.opts.headers,
};
const auth = bearer(this.opts.apiKey);