MemoryFileAccessChecker typedef

MemoryFileAccessChecker = bool Function(String toolName, dynamic input)

Callback type for checking if a tool invocation accesses a memory file.

Implementation

typedef MemoryFileAccessChecker = bool Function(String toolName, dynamic input);