WIP - improvements to token usage tracking, simulator added for live testing, improvements to file loading

This commit is contained in:
Fahad
2025-06-11 13:24:59 +04:00
parent 5a94737516
commit 98eab46abf
13 changed files with 1383 additions and 64 deletions

View File

@@ -247,7 +247,7 @@ class TestCrossToolContinuation:
# Build conversation history
from utils.conversation_memory import build_conversation_history
history = build_conversation_history(thread_context)
history, tokens = build_conversation_history(thread_context)
# Verify tool names are included in the history
assert "Turn 1 (Gemini using test_analysis)" in history