-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The problem is reported and illustrated here: https://discord.com/channels/1303610061167263814/1310989166875508849/1413524901393858621
The problem is:
- SolveIt also defines a function
read_urlas a tool - ContextKit defines a tool
read_urland exports it, so users will pick it up if theyfrom contextkit import * - So there's a name collision.
Remedies:
- rename
ContextKit.read_url(breaks backward compatibility) - and/or: add fancy import behavior to ContextKit, so that ... what?
- if
read_urlis already defined, then it prints a warning about the conflict and alerts the user the name has been changed? This would help SolveIt users, who will have SolveIt'sread_urlalready defined. - something else?
- if
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working