ignore: kill todo (#19566)

pull/19574/head
Aiden Cline 2026-03-28 19:06:32 -05:00 committed by GitHub
parent ff37d7c2df
commit 36aeb32159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -296,7 +296,6 @@ export namespace LLM {
specificationVersion: "v3" as const,
async transformParams(args) {
if (args.type === "stream") {
// TODO: verify that LanguageModelV3Prompt is still compat here!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// @ts-expect-error
args.params.prompt = ProviderTransform.message(args.params.prompt, input.model, options)
}