You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A complete, long-term record of the entire session.
42
46
// We use <Unit> because we haven't defined a custom structured output for the 'done' action yet.
@@ -83,6 +87,7 @@ class Agent(
83
87
memoryManager.addContextMessage(GeminiMessage(text ="System Note: Your previous output was not valid JSON. Please ensure your response is correctly formatted."))
84
88
if (state.consecutiveFailures >= settings.maxFailures) {
85
89
Log.d(TAG,"❌ Agent failed too many times consecutively. Stopping.")
90
+
speechCoordinator.speakToUser("Agent failed after multiple attempts. Stopping execution.")
0 commit comments