When running a chat to high tokens… And I go higher up and fork the chat to go down a different path… The new fork chat still keeps the original token usage?
I’m concerned then the any subsequent message will be a huge token payload
When running a chat to high tokens… And I go higher up and fork the chat to go down a different path… The new fork chat still keeps the original token usage?
I’m concerned then the any subsequent message will be a huge token payload
Hey @AndrewC
Forking from an earlier message does release the tokens accumulated after that point: everything after the chosen turn is cut off, so the fork’s context is the size it was at the fork point, not the original chat’s total.
With that said, you won’t see the updated token count in the chat until you send a message and receive an agent response.