mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
support for discovered tools using project settings for discovery and call commands
This commit is contained in:
parent
2cd976987e
commit
6b6eef5b80
5 changed files with 139 additions and 4 deletions
|
|
@ -89,5 +89,7 @@ export async function loadCliConfig(settings: Settings): Promise<Config> {
|
|||
argv.debug_mode || false,
|
||||
argv.question || '',
|
||||
argv.full_context || false,
|
||||
settings.toolDiscoveryCommand,
|
||||
settings.toolCallCommand,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue