Paresh Mathur
Paresh Mathur
In fact, we define another template called `QA_PROMPT` in the same file, and never use it.
I have been working on something similar. But I was taking a more low level approach like file tools. Can the chroma db function insert the code in the right...
Get some fairly good results 
what kind of seek/scan systems are you thinking of?
This extremely cool!! Since you have thought so much about this already, do you think it's possible to make a tool which can edit files in a given region. Something...
I have been looking into the AST approach. Do you think that should be a different tool? Like PythonCodeTool or something. I have some time to make this but am...
Best thing I could find was the `inspect` module, but it only allows us to get information about code, not write it.
> Wouldn't grep and sed work or something? Could just abstract the use of a bash script into a tool. I was thinking about this, but I think the agent...
If the rate limit is hit, we know exactly when it will reset. Wouldn't it be better to just wait till the reset time?
I wanted to avoid timestamping. The loop I'm used to from some tooling in MATLAB is open a test PPT and make a new slide to test how my slide...