mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: update tool output format, use plain string instead of json string (#881)
This commit is contained in:
parent
2a5577e5d7
commit
4328cd7f63
9 changed files with 188 additions and 117 deletions
|
|
@ -555,7 +555,7 @@ export const AppContainer = (props: AppContainerProps) => {
|
|||
historyManager.addItem(
|
||||
{
|
||||
type: MessageType.INFO,
|
||||
text: 'Refreshing hierarchical memory (GEMINI.md or other context files)...',
|
||||
text: 'Refreshing hierarchical memory (QWEN.md or other context files)...',
|
||||
},
|
||||
Date.now(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue