mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +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
|
|
@ -20,6 +20,8 @@ export enum SettingScope {
|
|||
export interface Settings {
|
||||
theme?: string;
|
||||
sandbox?: boolean | string;
|
||||
toolDiscoveryCommand?: string;
|
||||
toolCallCommand?: string;
|
||||
// Add other settings here.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue