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

fix: make vars capital in smoke tests #738

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

thedadams
Copy link
Contributor

A recent change in gptscript got rid of the lowercase env vars because they don't work on Windows. This change updates the smoke tests.

A recent change in gptscript got rid of the lowercase env vars because
they don't work on Windows. This change updates the smoke tests.

Signed-off-by: Donnie Adams <donnie@acorn.io>
@thedadams thedadams merged commit f752bda into gptscript-ai:main Aug 7, 2024
10 checks passed
@thedadams thedadams deleted the caps-env-vars-smoke branch August 7, 2024 20:41
@@ -7,4 +7,4 @@ name: bob
description: I'm Bob, a friendly guy.
args: question: The question to ask Bob.

When asked how I am doing, respond with exactly "Thanks for asking "${question}", I'm doing great fellow friendly AI tool!"
When asked how I am doing, respond with exactly "Thanks for asking "${QUESTION}", I'm doing great fellow friendly AI tool!"
Copy link
Member

Choose a reason for hiding this comment

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

I see this was merged already but as a point of interest, this is not really an env var - this tool is not a 'code tool', so this interpolation syntax is really just there as a hint for the llm.

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.

4 participants