mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
The "outdated" concept is strictly for chain of assistant replies with nothing in between, i.e.: "I will check this..." <- outdated <tool call> <- not displayed "Now I will do that..." <- outdated <tool call> <- not displayed "Let me consider..." <- outdated <reasoning> <- not displayed "Now I have the answer..." The first three messages are at this point considered outdated, as the model provided a more recent message. Note that in chain such as below there are NO outdated messages: "How can I help..." <user input> "Ah, I see..." <user input> "You may try to..." Similarly, if the tool calls or reasoning sections are explicitly enabled in the chat UI, the messages are also not considered outdated.