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

Update all existing plugins to work with conversations #95

Closed
4 tasks done
simonw opened this issue Jul 11, 2023 · 2 comments
Closed
4 tasks done

Update all existing plugins to work with conversations #95

simonw opened this issue Jul 11, 2023 · 2 comments
Labels
Milestone

Comments

@simonw simonw added the plugins label Jul 11, 2023
@simonw simonw added this to the 0.5 milestone Jul 11, 2023
@simonw
Copy link
Owner Author

simonw commented Jul 11, 2023

The execute() signature has changed to:

def execute(self, prompt, stream, response, conversation):

@simonw
Copy link
Owner Author

simonw commented Jul 12, 2023

The hardest one is this:

Because the various models supported by that plugin often have different ways of arranging their prompts.

@simonw simonw closed this as completed Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant