mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 05:55:17 -07:00
support for discovered tools using project settings for discovery and call commands
This commit is contained in:
@@ -20,6 +20,8 @@ export enum SettingScope {
|
||||
export interface Settings {
|
||||
theme?: string;
|
||||
sandbox?: boolean | string;
|
||||
toolDiscoveryCommand?: string;
|
||||
toolCallCommand?: string;
|
||||
// Add other settings here.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user