Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

also retry aux_act_once upon TypeError #58

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

ewheeler
Copy link

Sometimes, the content returned by calling self._produce_message() within the aux_act_once function just contains the MEMORY_BLOCK_OMISSION_INFO string defined in EpisodicMemory
This raises a TypeError when attempting to access the expected dictionary items from content.

By adding TypeError to the repeat_on_error decorator, this failure can be avoided

@paulosalem paulosalem changed the base branch from main to development November 28, 2024 21:04
@paulosalem
Copy link
Collaborator

Thanks!

@paulosalem paulosalem merged commit 67ba2bd into microsoft:development Nov 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants