Skip to content

fix: do not lowercase all items in tool(like) lists #344

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

Merged
merged 2 commits into from
May 14, 2024

Conversation

cloudnautique
Copy link
Contributor

When importing things from github or other case sensitive location the previous functionality would lowercase everything causing clones from VCS to fail.

This fix removes the calls to lowercase tools and contexts along with the other places they occur.

When importing things from github or other case sensitive location
the previous functionality would lowercase everything causing
clones from VCS to fail.

This fix removes the calls to lowercase tools and contexts along with
the other places they occur.

Signed-off-by: Bill Maxwell <[email protected]>
When the next tool chats, the name is lost when the resp variable is
reinitialized in the for loop. It always appeared to the user they
were chatting with the main entrypoint tool.

This changes it so the previous response is saved, and passed to the
set prompt function. So now if a tool is communicating the user
knows which tool is handling the chat turn.

Signed-off-by: Bill Maxwell <[email protected]>
@cloudnautique cloudnautique merged commit 1b557d1 into gptscript-ai:main May 14, 2024
1 check passed
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.

2 participants