fix: local inference provider loses thinking and fragments tool calls across turns (#8415)

Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
jh-block
2026-04-09 11:27:31 +02:00
committed by GitHub
parent dbd64a7297
commit e8cbfc55da
5 changed files with 87 additions and 50 deletions
+3
View File
@@ -6486,6 +6486,9 @@
"nullable": true,
"minimum": 0
},
"enable_thinking": {
"type": "boolean"
},
"flash_attention": {
"type": "boolean",
"nullable": true
+1
View File
@@ -818,6 +818,7 @@ export type ModelInfoResponse = {
export type ModelSettings = {
context_size?: number | null;
enable_thinking?: boolean;
flash_attention?: boolean | null;
frequency_penalty?: number;
max_output_tokens?: number | null;