mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
special handling for summarized thinking
This commit is contained in:
parent
fefc138485
commit
87d8d82be7
12 changed files with 187 additions and 42 deletions
|
|
@ -4,12 +4,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import type { Config ,
|
||||
AuthType} from '@qwen-code/qwen-code-core';
|
||||
import {
|
||||
InputFormat,
|
||||
logUserPrompt,
|
||||
} from '@qwen-code/qwen-code-core';
|
||||
import type { Config, AuthType } from '@qwen-code/qwen-code-core';
|
||||
import { InputFormat, logUserPrompt } from '@qwen-code/qwen-code-core';
|
||||
import { render } from 'ink';
|
||||
import dns from 'node:dns';
|
||||
import os from 'node:os';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue