endolith
endolith
Also prints the total length now, with typical output like this: ``` … print(content) Output truncated (2,659,274 characters total). Showing 1,400 characters from start/end. To handle large outputs, store result...
https://github.com/endolith/waveform-analysis/issues/36#issuecomment-2501152147
Fixed in https://github.com/endolith/waveform-analysis/commit/922da8d1e6c359378e349c415d3517f32f1c5fbc
> Should read the same thing even if you add noise to a given wave. Should add a test for this, though.
(Ironically this PR triggers the same problem: https://github.com/openinterpreter/open-interpreter/actions/runs/18819992234 😅)
They are running once it's merged to main: https://github.com/openinterpreter/open-interpreter/actions/runs/19034913261 So Killian must have put API keys into GitHub secrets, but feature branches don't have access to the secrets for security...
whether the CWD is accurate or not actually depends on which bash tool is used? I now realize there are two bash tools: `simple_bash.py` which cannot change folders, and `bash.py`...
I changed this to a draft, since "Currently the bash environment is non-interactive" is dependent on the tools enabled. I will revise it
OK I made the CWD message more accurate and split it up into multiple commits for readability
Also I realized that including a timestamp in the system message would invalidate token caching and waste money. I would prefer that the timestamp be included with each user message...