Skip to content

Conversation

@arnavsinghvi11
Copy link
Collaborator

-added Program-of-Thought module support within DSPy
-includes Python interpreter code adopted with modifications from this repository.


inputs, outputs = signature.fields[:-1], signature.fields[-1:]

inputs_ = ', '.join([f"`{field.input_variable}`" for field in inputs])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Okay ideally this parsing doesn't need to happen. Ideally this uses your new signature things.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Basically all signature manipulations here should be "clean". Feel free to close this PR and basically make it part of the other one if that helps

@arnavsinghvi11
Copy link
Collaborator Author

closing PR to merge this module to incorporate latest modifications to Signatures in new PR

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.

3 participants