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

Generic function pydantic classes #241

Merged
merged 7 commits into from
Dec 12, 2024

Conversation

mengerj
Copy link

@mengerj mengerj commented Dec 12, 2024

Updated the generic function to build pydantic classes for all functions in a module. It includes default values and includes the type as a string in the description. The actual type is always set to Any to avoid depandancy issues.

@slobentanzer slobentanzer merged commit b3e36a7 into biohackathon3 Dec 12, 2024
@slobentanzer slobentanzer deleted the generic_function_pydantic_classes branch December 12, 2024 10:49
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.

Create generic method to generate a pydantic class for each function in a module:
2 participants