mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: add multi websearch provider
This commit is contained in:
parent
5cf609c367
commit
f9f6eb52dd
11 changed files with 955 additions and 4 deletions
|
|
@ -771,6 +771,7 @@ export async function loadCliConfig(
|
|||
output: {
|
||||
format: (argv.outputFormat ?? settings.output?.format) as OutputFormat,
|
||||
},
|
||||
webSearch: settings.webSearch,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue