ignore: kill todo (#19566)
This commit is contained in:
@@ -296,7 +296,6 @@ export namespace LLM {
|
|||||||
specificationVersion: "v3" as const,
|
specificationVersion: "v3" as const,
|
||||||
async transformParams(args) {
|
async transformParams(args) {
|
||||||
if (args.type === "stream") {
|
if (args.type === "stream") {
|
||||||
// TODO: verify that LanguageModelV3Prompt is still compat here!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
args.params.prompt = ProviderTransform.message(args.params.prompt, input.model, options)
|
args.params.prompt = ProviderTransform.message(args.params.prompt, input.model, options)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user