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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user