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
fix: replace removed DEFAULT_SOURCE_ID with correct 'memory' source_id
InMemoryHistoryProvider.DEFAULT_SOURCE_ID was removed in the version of
MAF pinned in pyproject.toml (fc9c81b). The auto-injected provider uses
source_id='memory', so replace the class attribute references with that
string directly.
Affects both the English and Spanish versions of agent_summarization.py.
0 commit comments