mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-13 14:50:39 -07:00
feat(core): add experimental memory manager agent to replace save_memory tool (#22726)
Co-authored-by: Christian Gunderman <gundermanc@gmail.com>
This commit is contained in:
@@ -16,6 +16,8 @@ export interface ToolCallContext {
|
||||
schedulerId: string;
|
||||
/** The ID of the parent tool call, if this is a nested execution (e.g., in a subagent). */
|
||||
parentCallId?: string;
|
||||
/** The name of the subagent executing the tool, if applicable. */
|
||||
subagent?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user