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

Modules Blocks #29

Merged
merged 12 commits into from
Feb 15, 2024
Merged

Modules Blocks #29

merged 12 commits into from
Feb 15, 2024

Conversation

ntindle
Copy link
Member

@ntindle ntindle commented Feb 15, 2024

No description provided.

Copy link

linear bot commented Feb 15, 2024

@ntindle ntindle requested a review from Swiftyos February 15, 2024 00:00
@ntindle
Copy link
Member Author

ntindle commented Feb 15, 2024

merge #27 first

@Swiftyos Swiftyos changed the base branch from ntindle/agpt-257 to main February 15, 2024 09:16
module_block = ModuleGenerationBlock()
module_response: ModuleResponse = await module_block.invoke(
ids=ids,
invoke_params={
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if using a dict was the best approach here (talking about the AIBlock class)
Maybe we should make a pydantic object and have invoke be a generic of the pydantic input class.

Do you think that's possible and a better idea than using a dict

@Swiftyos Swiftyos merged commit 8bf62d0 into main Feb 15, 2024
@Swiftyos Swiftyos deleted the ntindle/agpt-259 branch March 5, 2024 13:32
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.

2 participants