fleet-memory/hindsight-integrations/litellm/tests
Nicolò Boschi 5e8952c54a
fix(litellm): fall back to last user message when hindsight_query not provided (#641)
* fix(litellm): fall back to last user message when hindsight_query not provided

inject_memories=True no longer requires an explicit hindsight_query. The
injection path now falls back to extracting the last user message, matching
the documented Quick Start behavior that was broken since #167 (v0.4.18).

* test(litellm): add regression tests for inject_memories without hindsight_query
2026-03-21 09:16:58 +01:00
..
__init__.py Added hindsight_liteLLM implementation (#17) 2025-12-15 10:42:19 +01:00
test_config.py feat(litellm): support tags and mission in litellm package (#202) 2026-01-26 20:37:39 +01:00
test_integration.py fix(litellm): fall back to last user message when hindsight_query not provided (#641) 2026-03-21 09:16:58 +01:00