You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up repetitive wrapper calls with helper function
Add local 'wrap' helper to eliminate repetition of workspaceId and
initStateManager parameters across all runtime tool wrapper calls.
Before: wrapWithInitWait(tool, workspaceId, initStateManager) x4
After: wrap(tool) x4
0 commit comments