mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 23:14:32 -07:00
Serialize function calls that mutate state (#8513)
This commit is contained in:
committed by
GitHub
parent
efb57e1cef
commit
e76dda37ad
@@ -167,6 +167,7 @@ Signal: Signal number or \`(none)\` if no signal was received.
|
||||
}
|
||||
|
||||
export class ToolRegistry {
|
||||
// The tools keyed by tool name as seen by the LLM.
|
||||
private tools: Map<string, AnyDeclarativeTool> = new Map();
|
||||
private config: Config;
|
||||
private mcpClientManager: McpClientManager;
|
||||
|
||||
Reference in New Issue
Block a user