gptscript-ai / desktop

MIT License
22 stars 13 forks source link

`Calling tool ..` message does not get cleared even after allowing the tool confirmation prompt and response is received #437

Closed sangee2004 closed 1 month ago

sangee2004 commented 1 month ago

Electron build - 9d3d776c3f

Steps to reproduce the problem:

  1. Chat with Tildy
  2. Ask any question that involves the browser tool.
  3. Choose "Allow all" when prompted for tool confirmation

Notice that Calling tool .. message continues to be present in the chat view , even after allowing the tool confirmation prompt and response is received

Screenshot 2024-09-05 at 11 24 33 AM Screenshot 2024-09-05 at 11 25 12 AM

Same behavior is seen for any tool that has confirmation prompt workflow.

Screenshot 2024-09-05 at 11 30 39 AM
tylerslaton commented 1 month ago

https://github.com/gptscript-ai/desktop/pull/439

thedadams commented 1 month ago

It looks like this one was fixed by our reorganization of how the latest agent message was handled. Moving to Testing for verification.

sangee2004 commented 1 month ago

Tested with 2be2f66601 We are not prompted for tool confirmation anymore for browser tool calls.

I see this issue fixed when testing with image generation tool.