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

Message-generating tools only work if last statement in codeblock #187

Closed
ErikBjare opened this issue Oct 9, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@ErikBjare
Copy link
Owner

It tried to do something like:

screenshot()
view_image()

But it never took the screenshot, because the generator wasn't run, and had nowhere to emit messages.

See also #186

@ErikBjare
Copy link
Owner Author

ErikBjare commented Oct 28, 2024

Should probably just get rid of the Message-generator tools altogether and simply print to communicate results. Would still need a special solution for the view_image() tool (or just rely on the assumption that it will almost always be the last statement).

Started doing the former in 65bdb8a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant