-
Notifications
You must be signed in to change notification settings - Fork 53
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
Codegate not properly picking latest messages from Open Interpreter #820
Labels
Comments
yrobla
added a commit
that referenced
this issue
Jan 29, 2025
It uses a new message role tool, that contains some context for using internal tools and the data it provides. So we need to consider it when parsing messages, or when inserting context messages Closes: #820
yrobla
added a commit
that referenced
this issue
Jan 29, 2025
It uses a new message role tool, that contains some context for using internal tools and the data it provides. So we need to consider it when parsing messages, or when inserting context messages Closes: #820
yrobla
added a commit
that referenced
this issue
Jan 31, 2025
* fix: consider the tool role when being in open interpreter It uses a new message role tool, that contains some context for using internal tools and the data it provides. So we need to consider it when parsing messages, or when inserting context messages Closes: #820 * fix lint * fix tests * change logic for open interpreter * fix linting
yrobla
added a commit
that referenced
this issue
Jan 31, 2025
* fix: consider the tool role when being in open interpreter It uses a new message role tool, that contains some context for using internal tools and the data it provides. So we need to consider it when parsing messages, or when inserting context messages Closes: #820 * fix lint * fix tests * change logic for open interpreter * fix linting * fix: open intepreter not properly working with ollama It needs fixes in cli commands * fixes in chunk and cli formattig
lukehinds
pushed a commit
that referenced
this issue
Jan 31, 2025
* fix: consider the tool role when being in open interpreter It uses a new message role tool, that contains some context for using internal tools and the data it provides. So we need to consider it when parsing messages, or when inserting context messages Closes: #820 * fix lint * fix tests * change logic for open interpreter * fix linting
lukehinds
pushed a commit
that referenced
this issue
Jan 31, 2025
* fix: consider the tool role when being in open interpreter It uses a new message role tool, that contains some context for using internal tools and the data it provides. So we need to consider it when parsing messages, or when inserting context messages Closes: #820 * fix lint * fix tests * change logic for open interpreter * fix linting * fix: open intepreter not properly working with ollama It needs fixes in cli commands * fixes in chunk and cli formattig
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It uses a new role "tool" that was not considered by our engine when extracting messages, so it was not properly picking the latest messages for analysis
The text was updated successfully, but these errors were encountered: