add optional headers field to model config (#3546)

This commit is contained in:
Filip
2025-10-31 05:35:26 +01:00
committed by GitHub
parent 6a8b6fc0d4
commit 0c840433c8
5 changed files with 11 additions and 3 deletions
+2
View File
@@ -84,6 +84,7 @@ export namespace SessionSummary {
content: textPart?.text ?? "",
},
],
headers:small.info.headers,
model: small.language,
})
log.info("title", { title: result.text })
@@ -116,6 +117,7 @@ export namespace SessionSummary {
`,
},
],
headers: small.info.headers
})
summary = result.text
}