mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 02:56:48 +00: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