Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: feat: Add types for function metadata and improve names #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KShivendu
Copy link
Contributor

@KShivendu KShivendu commented Jun 14, 2023

Add types for function metadata and improve relevant variable/function names

Note: Please don't review or merge

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@@ -59,7 +59,7 @@ class TemperatureUnit(Enum):
fahrenheit = "fahrenheit"


@tool(regsitry=weather_registry)
@tool(regsitry=tool_registry)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@tool(regsitry=tool_registry)
@tool(registery=tool_registry)

Ohh there's a typo as well. Will fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant