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
Some classes, like ToolProvider and ToolConsumer, seem a bit long-winded. It may be preferable to change those to Provider and Consumer, and perhaps other classes similarly.
Because this is a breaking change, we'll want to make it as soon as is reasonable, and before we release 1.0.
The text was updated successfully, but these errors were encountered:
While I'd like to see the class names change, I think that this should be done with as much open input as possible, so I don't want to hold up an initial release to PyPI for this work.
Some classes, like
ToolProvider
andToolConsumer
, seem a bit long-winded. It may be preferable to change those toProvider
andConsumer
, and perhaps other classes similarly.Because this is a breaking change, we'll want to make it as soon as is reasonable, and before we release 1.0.
The text was updated successfully, but these errors were encountered: