Commits
Click on a commit to change the comparison rangeUpdate _compat.py
if "url" in annotation: in Line 15 , already ensures "url" is key in annotation , so no need to check again to set "url" key in out refactor(anthropic): Minor refactor for readability
Reduced return and continue statement for readability and simplicity Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Merge branch 'master' into master refactor: use reduce
Slicing [:] in python creates a new list , a small performance gain , apart from using functional syntax10 hours ago
by arun-geek