Conversation
34279b1 to
595bf0e
Compare
MischaPanch
reviewed
Apr 24, 2026
| expression: str, | ||
| repl_key: str = "default", | ||
| ) -> str: | ||
| """ |
Contributor
There was a problem hiding this comment.
We have to check that this works with Codex. It certainly won't work with chatgpt, but that's ok.
Another approach to the long tool description is to instead add a tool "get_instructions_on_debugging" with the description "If you were asked to debug, call this first before using the debugging tool".
In scenarios with non-deferred tool loading, the long description here unnecessarily bloats the context
Contributor
Author
There was a problem hiding this comment.
Now resolved by adding info tool with 1fd0fe2
595bf0e to
3b71b3f
Compare
Apply it to provide JetBrains debug REPL information lazily
072b250 to
1fd0fe2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.