mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-05 10:51:12 -07:00
chore(core): improve encapsulation and remove unused exports (#19556)
This commit is contained in:
@@ -21,7 +21,7 @@ export interface ToolCallContext {
|
||||
/**
|
||||
* AsyncLocalStorage instance for tool call context.
|
||||
*/
|
||||
export const toolCallContext = new AsyncLocalStorage<ToolCallContext>();
|
||||
const toolCallContext = new AsyncLocalStorage<ToolCallContext>();
|
||||
|
||||
/**
|
||||
* Runs a function within a tool call context.
|
||||
|
||||
Reference in New Issue
Block a user