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

TextGrad updating multiple functions #22

Open
allenanie opened this issue Dec 28, 2024 · 1 comment
Open

TextGrad updating multiple functions #22

allenanie opened this issue Dec 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@allenanie
Copy link
Collaborator

Currently, TextGrad only works well on string updates or updating a single, isolated function that does not depend on other functions. The Trace interface can sometimes specify a workflow where multiple functions have to work together (by chaining the input/output of each function). This use case is difficult to accomplish with the current verbatim implementation TextGrad.

The GreetingAgent notebook example doesn't work with TextGrad as an optimizer.

@chinganc
Copy link
Collaborator

@allenanie Perhaps we can have an extended version of TextGrad as the new default, while keeping the current literal translation as an old version?

@chinganc chinganc added the enhancement New feature or request label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants