GeminiAgentsToolkit / gemini-agents-toolkit

MIT License
5 stars 1 forks source link

Potential broken memory limit BUG_LABEL #13

Closed seralekseenko closed 2 hours ago

seralekseenko commented 1 day ago

The bot remembers all requests without a limit. It stores them in its memory and then interprets new requests based on the memory. Its memory-based interpretation distorts responses to requests for new information. He substitutes pieces of old information that have already lost their relevance into new information.

Test offer:

  1. Set a memory limit of 1 message.
  2. Make a request to receive information from an external source and ask to somehow format this information. Repeat this point 5 times.
  3. Make a request to receive information from an external source again, but without any formatting

What will indicate a bug: the bot will still format information received from an external source, based on previous messages.

My example of conversation with the bot is here