feat: improve visibility of memory tool with colored name and diff ou… (#311)
Co-authored-by: Vedant020000 <vedantsondur020@gmail.com> Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -112,3 +112,10 @@ export function isFancyUITool(name: string): boolean {
|
||||
name === "ExitPlanMode"
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if a tool is a memory tool (server-side memory management)
|
||||
*/
|
||||
export function isMemoryTool(name: string): boolean {
|
||||
return name === "memory" || name === "memory_apply_patch";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user